|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.config.ejb11.Session
Class Session.
Constructor Summary | |
Session()
|
Method Summary | |
void |
addEjbLocalRef(EjbLocalRef vEjbLocalRef)
Method addEjbLocalRef |
void |
addEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method addEjbLocalRef |
void |
addEjbRef(EjbRef vEjbRef)
Method addEjbRef |
void |
addEjbRef(int index,
EjbRef vEjbRef)
Method addEjbRef |
void |
addEnvEntry(EnvEntry vEnvEntry)
Method addEnvEntry |
void |
addEnvEntry(int index,
EnvEntry vEnvEntry)
Method addEnvEntry |
void |
addResourceRef(int index,
ResourceRef vResourceRef)
Method addResourceRef |
void |
addResourceRef(ResourceRef vResourceRef)
Method addResourceRef |
void |
addSecurityRoleRef(int index,
SecurityRoleRef vSecurityRoleRef)
Method addSecurityRoleRef |
void |
addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef)
Method addSecurityRoleRef |
Enumeration |
enumerateEjbLocalRef()
Method enumerateEjbLocalRef |
Enumeration |
enumerateEjbRef()
Method enumerateEjbRef |
Enumeration |
enumerateEnvEntry()
Method enumerateEnvEntry |
Enumeration |
enumerateResourceRef()
Method enumerateResourceRef |
Enumeration |
enumerateSecurityRoleRef()
Method enumerateSecurityRoleRef |
String |
getDescription()
Returns the value of field 'description'. |
String |
getDisplayName()
Returns the value of field 'displayName'. |
String |
getEjbClass()
Returns the value of field 'ejbClass'. |
EjbLocalRef[] |
getEjbLocalRef()
Method getEjbLocalRef |
EjbLocalRef |
getEjbLocalRef(int index)
Method getEjbLocalRef |
int |
getEjbLocalRefCount()
Method getEjbLocalRefCount |
String |
getEjbName()
Returns the value of field 'ejbName'. |
EjbRef[] |
getEjbRef()
Method getEjbRef |
EjbRef |
getEjbRef(int index)
Method getEjbRef |
int |
getEjbRefCount()
Method getEjbRefCount |
EnvEntry[] |
getEnvEntry()
Method getEnvEntry |
EnvEntry |
getEnvEntry(int index)
Method getEnvEntry |
int |
getEnvEntryCount()
Method getEnvEntryCount |
String |
getHome()
Returns the value of field 'home'. |
String |
getId()
Returns the value of field 'id'. |
String |
getLargeIcon()
Returns the value of field 'largeIcon'. |
String |
getLocal()
Returns the value of field 'local'. |
String |
getLocalHome()
Returns the value of field 'localHome'. |
String |
getRemote()
Returns the value of field 'remote'. |
ResourceRef[] |
getResourceRef()
Method getResourceRef |
ResourceRef |
getResourceRef(int index)
Method getResourceRef |
int |
getResourceRefCount()
Method getResourceRefCount |
SecurityRoleRef[] |
getSecurityRoleRef()
Method getSecurityRoleRef |
SecurityRoleRef |
getSecurityRoleRef(int index)
Method getSecurityRoleRef |
int |
getSecurityRoleRefCount()
Method getSecurityRoleRefCount |
String |
getSessionType()
Returns the value of field 'sessionType'. |
String |
getSmallIcon()
Returns the value of field 'smallIcon'. |
String |
getTransactionType()
Returns the value of field 'transactionType'. |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllEjbLocalRef()
Method removeAllEjbLocalRef |
void |
removeAllEjbRef()
Method removeAllEjbRef |
void |
removeAllEnvEntry()
Method removeAllEnvEntry |
void |
removeAllResourceRef()
Method removeAllResourceRef |
void |
removeAllSecurityRoleRef()
Method removeAllSecurityRoleRef |
EjbLocalRef |
removeEjbLocalRef(int index)
Method removeEjbLocalRef |
EjbRef |
removeEjbRef(int index)
Method removeEjbRef |
EnvEntry |
removeEnvEntry(int index)
Method removeEnvEntry |
ResourceRef |
removeResourceRef(int index)
Method removeResourceRef |
SecurityRoleRef |
removeSecurityRoleRef(int index)
Method removeSecurityRoleRef |
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setDisplayName(String displayName)
Sets the value of field 'displayName'. |
void |
setEjbClass(String ejbClass)
Sets the value of field 'ejbClass'. |
void |
setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
Method setEjbLocalRef |
void |
setEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method setEjbLocalRef |
void |
setEjbName(String ejbName)
Sets the value of field 'ejbName'. |
void |
setEjbRef(EjbRef[] ejbRefArray)
Method setEjbRef |
void |
setEjbRef(int index,
EjbRef vEjbRef)
Method setEjbRef |
void |
setEnvEntry(EnvEntry[] envEntryArray)
Method setEnvEntry |
void |
setEnvEntry(int index,
EnvEntry vEnvEntry)
Method setEnvEntry |
void |
setHome(String home)
Sets the value of field 'home'. |
void |
setId(String id)
Sets the value of field 'id'. |
void |
setLargeIcon(String largeIcon)
Sets the value of field 'largeIcon'. |
void |
setLocal(String local)
Sets the value of field 'local'. |
void |
setLocalHome(String localHome)
Sets the value of field 'localHome'. |
void |
setRemote(String remote)
Sets the value of field 'remote'. |
void |
setResourceRef(int index,
ResourceRef vResourceRef)
Method setResourceRef |
void |
setResourceRef(ResourceRef[] resourceRefArray)
Method setResourceRef |
void |
setSecurityRoleRef(int index,
SecurityRoleRef vSecurityRoleRef)
Method setSecurityRoleRef |
void |
setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
Method setSecurityRoleRef |
void |
setSessionType(String sessionType)
Sets the value of field 'sessionType'. |
void |
setSmallIcon(String smallIcon)
Sets the value of field 'smallIcon'. |
void |
setTransactionType(String transactionType)
Sets the value of field 'transactionType'. |
static Object |
unmarshal(Reader reader)
Method unmarshal |
void |
validate()
Method validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Session()
Method Detail |
public void addEjbLocalRef(EjbLocalRef vEjbLocalRef) throws IndexOutOfBoundsException
vEjbLocalRef
-
IndexOutOfBoundsException
public void addEjbLocalRef(int index, EjbLocalRef vEjbLocalRef) throws IndexOutOfBoundsException
index
- vEjbLocalRef
-
IndexOutOfBoundsException
public void addEjbRef(EjbRef vEjbRef) throws IndexOutOfBoundsException
vEjbRef
-
IndexOutOfBoundsException
public void addEjbRef(int index, EjbRef vEjbRef) throws IndexOutOfBoundsException
index
- vEjbRef
-
IndexOutOfBoundsException
public void addEnvEntry(EnvEntry vEnvEntry) throws IndexOutOfBoundsException
vEnvEntry
-
IndexOutOfBoundsException
public void addEnvEntry(int index, EnvEntry vEnvEntry) throws IndexOutOfBoundsException
index
- vEnvEntry
-
IndexOutOfBoundsException
public void addResourceRef(ResourceRef vResourceRef) throws IndexOutOfBoundsException
vResourceRef
-
IndexOutOfBoundsException
public void addResourceRef(int index, ResourceRef vResourceRef) throws IndexOutOfBoundsException
index
- vResourceRef
-
IndexOutOfBoundsException
public void addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef) throws IndexOutOfBoundsException
vSecurityRoleRef
-
IndexOutOfBoundsException
public void addSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef) throws IndexOutOfBoundsException
index
- vSecurityRoleRef
-
IndexOutOfBoundsException
public Enumeration enumerateEjbLocalRef()
public Enumeration enumerateEjbRef()
public Enumeration enumerateEnvEntry()
public Enumeration enumerateResourceRef()
public Enumeration enumerateSecurityRoleRef()
public String getDescription()
public String getDisplayName()
public String getEjbClass()
public EjbLocalRef getEjbLocalRef(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public EjbLocalRef[] getEjbLocalRef()
public int getEjbLocalRefCount()
public String getEjbName()
public EjbRef getEjbRef(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public EjbRef[] getEjbRef()
public int getEjbRefCount()
public EnvEntry getEnvEntry(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public EnvEntry[] getEnvEntry()
public int getEnvEntryCount()
public String getHome()
public String getId()
public String getLargeIcon()
public String getLocal()
public String getLocalHome()
public String getRemote()
public ResourceRef getResourceRef(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public ResourceRef[] getResourceRef()
public int getResourceRefCount()
public SecurityRoleRef getSecurityRoleRef(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public SecurityRoleRef[] getSecurityRoleRef()
public int getSecurityRoleRefCount()
public String getSessionType()
public String getSmallIcon()
public String getTransactionType()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllEjbLocalRef()
public void removeAllEjbRef()
public void removeAllEnvEntry()
public void removeAllResourceRef()
public void removeAllSecurityRoleRef()
public EjbLocalRef removeEjbLocalRef(int index)
index
-
public EjbRef removeEjbRef(int index)
index
- public EnvEntry removeEnvEntry(int index)
index
- public ResourceRef removeResourceRef(int index)
index
- public SecurityRoleRef removeSecurityRoleRef(int index)
index
- public void setDescription(String description)
description
- the value of field 'description'.public void setDisplayName(String displayName)
displayName
- the value of field 'displayName'.public void setEjbClass(String ejbClass)
ejbClass
- the value of field 'ejbClass'.public void setEjbLocalRef(int index, EjbLocalRef vEjbLocalRef) throws IndexOutOfBoundsException
index
- vEjbLocalRef
-
IndexOutOfBoundsException
public void setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
ejbLocalRefArray
- public void setEjbName(String ejbName)
ejbName
- the value of field 'ejbName'.public void setEjbRef(int index, EjbRef vEjbRef) throws IndexOutOfBoundsException
index
- vEjbRef
-
IndexOutOfBoundsException
public void setEjbRef(EjbRef[] ejbRefArray)
ejbRefArray
- public void setEnvEntry(int index, EnvEntry vEnvEntry) throws IndexOutOfBoundsException
index
- vEnvEntry
-
IndexOutOfBoundsException
public void setEnvEntry(EnvEntry[] envEntryArray)
envEntryArray
- public void setHome(String home)
home
- the value of field 'home'.public void setId(String id)
id
- the value of field 'id'.public void setLargeIcon(String largeIcon)
largeIcon
- the value of field 'largeIcon'.public void setLocal(String local)
local
- the value of field 'local'.public void setLocalHome(String localHome)
localHome
- the value of field 'localHome'.public void setRemote(String remote)
remote
- the value of field 'remote'.public void setResourceRef(int index, ResourceRef vResourceRef) throws IndexOutOfBoundsException
index
- vResourceRef
-
IndexOutOfBoundsException
public void setResourceRef(ResourceRef[] resourceRefArray)
resourceRefArray
- public void setSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef) throws IndexOutOfBoundsException
index
- vSecurityRoleRef
-
IndexOutOfBoundsException
public void setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
securityRoleRefArray
- public void setSessionType(String sessionType)
sessionType
- the value of field 'sessionType'.public void setSmallIcon(String smallIcon)
smallIcon
- the value of field 'smallIcon'.public void setTransactionType(String transactionType)
transactionType
- the value of field 'transactionType'.public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |