net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.spring.jee
Interface EjbType

All Superinterfaces:
IdentifiedType, JndiLocatingType
All Known Subinterfaces:
RemoteSlsb
All Known Implementing Classes:
EjbTypeImpl, RemoteSlsbImpl

public interface EjbType
extends JndiLocatingType

Java class for ejbType complex type.

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

 <complexType name="ejbType">
   <complexContent>
     <extension base="{http://www.springframework.org/schema/jee}jndiLocatingType">
       <attribute name="lookup-home-on-startup" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="cache-home" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="business-interface" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 


Method Summary
 String getBusinessInterface()
          Gets the value of the businessInterface property.
 boolean isCacheHome()
          Gets the value of the cacheHome property.
 boolean isLookupHomeOnStartup()
          Gets the value of the lookupHomeOnStartup property.
 void setBusinessInterface(String value)
          Sets the value of the businessInterface property.
 void setCacheHome(Boolean value)
          Sets the value of the cacheHome property.
 void setLookupHomeOnStartup(Boolean value)
          Sets the value of the lookupHomeOnStartup property.
 
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
 

Method Detail

isLookupHomeOnStartup

boolean isLookupHomeOnStartup()
Gets the value of the lookupHomeOnStartup property.

Returns:
possible object is Boolean

setLookupHomeOnStartup

void setLookupHomeOnStartup(Boolean value)
Sets the value of the lookupHomeOnStartup property.

Parameters:
value - allowed object is Boolean

isCacheHome

boolean isCacheHome()
Gets the value of the cacheHome property.

Returns:
possible object is Boolean

setCacheHome

void setCacheHome(Boolean value)
Sets the value of the cacheHome property.

Parameters:
value - allowed object is Boolean

getBusinessInterface

String getBusinessInterface()
Gets the value of the businessInterface property.

Returns:
possible object is String

setBusinessInterface

void setBusinessInterface(String value)
Sets the value of the businessInterface property.

Parameters:
value - allowed object is String


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