net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl
Class RemoteSlsbImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
      extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
          extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.EjbTypeImpl
              extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.RemoteSlsbImpl
All Implemented Interfaces:
Serializable, Cloneable, IdentifiedType, EjbType, JndiLocatingType, RemoteSlsb

public class RemoteSlsbImpl
extends EjbTypeImpl
implements Serializable, Cloneable, RemoteSlsb

See Also:
Serialized Form

Field Summary
protected  Boolean cacheSessionBean
           
protected  String homeInterface
           
protected  Boolean refreshHomeOnConnectFailure
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.EjbTypeImpl
businessInterface, cacheHome, lookupHomeOnStartup
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
environment, environmentRef, exposeAccessContext, jndiName, resourceRef
 
Fields inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
id
 
Constructor Summary
RemoteSlsbImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.RemoteSlsbImpl instance.
RemoteSlsbImpl(RemoteSlsbImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.RemoteSlsbImpl instance by copying a given instance.
 
Method Summary
 RemoteSlsbImpl 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.priv.collections.novalueclass.spring.jee.impl.EjbTypeImpl
getBusinessInterface, isCacheHome, isLookupHomeOnStartup, setBusinessInterface, setCacheHome, setLookupHomeOnStartup
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.JndiLocatingTypeImpl
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from class net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.impl.IdentifiedTypeImpl
getId, setId
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.EjbType
getBusinessInterface, isCacheHome, isLookupHomeOnStartup, setBusinessInterface, setCacheHome, setLookupHomeOnStartup
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Field Detail

homeInterface

protected String homeInterface

refreshHomeOnConnectFailure

protected Boolean refreshHomeOnConnectFailure

cacheSessionBean

protected Boolean cacheSessionBean
Constructor Detail

RemoteSlsbImpl

public RemoteSlsbImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.RemoteSlsbImpl instance.


RemoteSlsbImpl

public RemoteSlsbImpl(RemoteSlsbImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee.impl.RemoteSlsbImpl instance by copying a given instance.

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

getHomeInterface

public String getHomeInterface()
Description copied from interface: RemoteSlsb
Gets the value of the homeInterface property.

Specified by:
getHomeInterface in interface RemoteSlsb
Returns:
possible object is String

setHomeInterface

public void setHomeInterface(String value)
Description copied from interface: RemoteSlsb
Sets the value of the homeInterface property.

Specified by:
setHomeInterface in interface RemoteSlsb
Parameters:
value - allowed object is String

isRefreshHomeOnConnectFailure

public boolean isRefreshHomeOnConnectFailure()
Description copied from interface: RemoteSlsb
Gets the value of the refreshHomeOnConnectFailure property.

Specified by:
isRefreshHomeOnConnectFailure in interface RemoteSlsb
Returns:
possible object is Boolean

setRefreshHomeOnConnectFailure

public void setRefreshHomeOnConnectFailure(Boolean value)
Description copied from interface: RemoteSlsb
Sets the value of the refreshHomeOnConnectFailure property.

Specified by:
setRefreshHomeOnConnectFailure in interface RemoteSlsb
Parameters:
value - allowed object is Boolean

isCacheSessionBean

public boolean isCacheSessionBean()
Description copied from interface: RemoteSlsb
Gets the value of the cacheSessionBean property.

Specified by:
isCacheSessionBean in interface RemoteSlsb
Returns:
possible object is Boolean

setCacheSessionBean

public void setCacheSessionBean(Boolean value)
Description copied from interface: RemoteSlsb
Sets the value of the cacheSessionBean property.

Specified by:
setCacheSessionBean in interface RemoteSlsb
Parameters:
value - allowed object is Boolean

clone

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

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


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