|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EjbType
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.pkg.collections.novalueclass.spring.jee.JndiLocatingType |
|---|
getEnvironment, getEnvironmentRef, getJndiName, isExposeAccessContext, isResourceRef, setEnvironment, setEnvironmentRef, setExposeAccessContext, setJndiName, setResourceRef |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.beans.IdentifiedType |
|---|
getId, setId |
| Method Detail |
|---|
boolean isLookupHomeOnStartup()
Booleanvoid setLookupHomeOnStartup(Boolean value)
value - allowed object is
Booleanboolean isCacheHome()
Booleanvoid setCacheHome(Boolean value)
value - allowed object is
BooleanString getBusinessInterface()
Stringvoid setBusinessInterface(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||