net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.jee
Interface RemoteSlsb

All Superinterfaces:
EjbType, IdentifiedType, JndiLocatingType
All Known Implementing Classes:
RemoteSlsbImpl

public interface RemoteSlsb
extends EjbType

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>
 


Method Summary
 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 interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.jee.EjbType
getBusinessInterface, isCacheHome, isLookupHomeOnStartup, setBusinessInterface, setCacheHome, setLookupHomeOnStartup
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.jee.JndiLocatingType
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.spring.beans.IdentifiedType
getId, setId
 

Method Detail

getHomeInterface

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

Returns:
possible object is String

setHomeInterface

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

Parameters:
value - allowed object is String

isRefreshHomeOnConnectFailure

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

Returns:
possible object is Boolean

setRefreshHomeOnConnectFailure

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

Parameters:
value - allowed object is Boolean

isCacheSessionBean

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

Returns:
possible object is Boolean

setCacheSessionBean

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

Parameters:
value - allowed object is Boolean


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