net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee
Class RemoteSlsb

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
      extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.JndiLocatingType
          extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.EjbType
              extended by net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.RemoteSlsb
All Implemented Interfaces:
Serializable, Cloneable

public class RemoteSlsb
extends EjbType
implements Serializable, Cloneable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <extension base="{http://www.springframework.org/schema/jee}ejbType">
       <attribute name="home-interface" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="refresh-home-on-connect-failure" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="cache-session-bean" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Boolean cacheSessionBean
           
protected  String homeInterface
           
protected  Boolean refreshHomeOnConnectFailure
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.EjbType
businessInterface, cacheHome, lookupHomeOnStartup
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.JndiLocatingType
environment, environmentRef, exposeAccessContext, jndiName, resourceRef
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
id
 
Constructor Summary
RemoteSlsb()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.RemoteSlsb instance.
RemoteSlsb(RemoteSlsb o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.RemoteSlsb instance by copying a given instance.
 
Method Summary
 RemoteSlsb clone()
          Creates and returns a copy of this object.
 String getHomeInterface()
          Gets the value of the homeInterface property.
 boolean isCacheSessionBean()
          Gets the value of the cacheSessionBean property.
 boolean isRefreshHomeOnConnectFailure()
          Gets the value of the refreshHomeOnConnectFailure property.
 void setCacheSessionBean(Boolean value)
          Sets the value of the cacheSessionBean property.
 void setHomeInterface(String value)
          Sets the value of the homeInterface property.
 void setRefreshHomeOnConnectFailure(Boolean value)
          Sets the value of the refreshHomeOnConnectFailure property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.EjbType
getBusinessInterface, isCacheHome, isLookupHomeOnStartup, setBusinessInterface, setCacheHome, setLookupHomeOnStartup
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.IdentifiedType
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

homeInterface

protected String homeInterface

refreshHomeOnConnectFailure

protected Boolean refreshHomeOnConnectFailure

cacheSessionBean

protected Boolean cacheSessionBean
Constructor Detail

RemoteSlsb

public RemoteSlsb()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.RemoteSlsb instance.


RemoteSlsb

public RemoteSlsb(RemoteSlsb o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.jee.RemoteSlsb instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getHomeInterface

public String getHomeInterface()
Gets the value of the homeInterface property.

Returns:
possible object is String

setHomeInterface

public void setHomeInterface(String value)
Sets the value of the homeInterface property.

Parameters:
value - allowed object is String

isRefreshHomeOnConnectFailure

public boolean isRefreshHomeOnConnectFailure()
Gets the value of the refreshHomeOnConnectFailure property.

Returns:
possible object is Boolean

setRefreshHomeOnConnectFailure

public void setRefreshHomeOnConnectFailure(Boolean value)
Sets the value of the refreshHomeOnConnectFailure property.

Parameters:
value - allowed object is Boolean

isCacheSessionBean

public boolean isCacheSessionBean()
Gets the value of the cacheSessionBean property.

Returns:
possible object is Boolean

setCacheSessionBean

public void setCacheSessionBean(Boolean value)
Sets the value of the cacheSessionBean property.

Parameters:
value - allowed object is Boolean

clone

public RemoteSlsb clone()
Creates and returns a copy of this object.

Overrides:
clone in class EjbType
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.