|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.alt.config.ejb11.Session
public class 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 |
java.util.Enumeration |
enumerateEjbLocalRef()
Method enumerateEjbLocalRef |
java.util.Enumeration |
enumerateEjbRef()
Method enumerateEjbRef |
java.util.Enumeration |
enumerateEnvEntry()
Method enumerateEnvEntry |
java.util.Enumeration |
enumerateResourceRef()
Method enumerateResourceRef |
java.util.Enumeration |
enumerateSecurityRoleRef()
Method enumerateSecurityRoleRef |
java.lang.String |
getDescription()
Returns the value of field 'description'. |
java.lang.String |
getDisplayName()
Returns the value of field 'displayName'. |
java.lang.String |
getEjbClass()
Returns the value of field 'ejbClass'. |
EjbLocalRef[] |
getEjbLocalRef()
Method getEjbLocalRef |
EjbLocalRef |
getEjbLocalRef(int index)
Method getEjbLocalRef |
int |
getEjbLocalRefCount()
Method getEjbLocalRefCount |
java.lang.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 |
java.lang.String |
getHome()
Returns the value of field 'home'. |
java.lang.String |
getId()
Returns the value of field 'id'. |
java.lang.String |
getLargeIcon()
Returns the value of field 'largeIcon'. |
java.lang.String |
getLocal()
Returns the value of field 'local'. |
java.lang.String |
getLocalHome()
Returns the value of field 'localHome'. |
java.lang.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 |
java.lang.String |
getSessionType()
Returns the value of field 'sessionType'. |
java.lang.String |
getSmallIcon()
Returns the value of field 'smallIcon'. |
java.lang.String |
getTransactionType()
Returns the value of field 'transactionType'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.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(java.lang.String description)
Sets the value of field 'description'. |
void |
setDisplayName(java.lang.String displayName)
Sets the value of field 'displayName'. |
void |
setEjbClass(java.lang.String ejbClass)
Sets the value of field 'ejbClass'. |
void |
setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
Method setEjbLocalRef |
void |
setEjbLocalRef(int index,
EjbLocalRef vEjbLocalRef)
Method setEjbLocalRef |
void |
setEjbName(java.lang.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(java.lang.String home)
Sets the value of field 'home'. |
void |
setId(java.lang.String id)
Sets the value of field 'id'. |
void |
setLargeIcon(java.lang.String largeIcon)
Sets the value of field 'largeIcon'. |
void |
setLocal(java.lang.String local)
Sets the value of field 'local'. |
void |
setLocalHome(java.lang.String localHome)
Sets the value of field 'localHome'. |
void |
setRemote(java.lang.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(java.lang.String sessionType)
Sets the value of field 'sessionType'. |
void |
setSmallIcon(java.lang.String smallIcon)
Sets the value of field 'smallIcon'. |
void |
setTransactionType(java.lang.String transactionType)
Sets the value of field 'transactionType'. |
static java.lang.Object |
unmarshal(java.io.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 java.lang.IndexOutOfBoundsException
vEjbLocalRef
-
java.lang.IndexOutOfBoundsException
public void addEjbLocalRef(int index, EjbLocalRef vEjbLocalRef) throws java.lang.IndexOutOfBoundsException
index
- vEjbLocalRef
-
java.lang.IndexOutOfBoundsException
public void addEjbRef(EjbRef vEjbRef) throws java.lang.IndexOutOfBoundsException
vEjbRef
-
java.lang.IndexOutOfBoundsException
public void addEjbRef(int index, EjbRef vEjbRef) throws java.lang.IndexOutOfBoundsException
index
- vEjbRef
-
java.lang.IndexOutOfBoundsException
public void addEnvEntry(EnvEntry vEnvEntry) throws java.lang.IndexOutOfBoundsException
vEnvEntry
-
java.lang.IndexOutOfBoundsException
public void addEnvEntry(int index, EnvEntry vEnvEntry) throws java.lang.IndexOutOfBoundsException
index
- vEnvEntry
-
java.lang.IndexOutOfBoundsException
public void addResourceRef(ResourceRef vResourceRef) throws java.lang.IndexOutOfBoundsException
vResourceRef
-
java.lang.IndexOutOfBoundsException
public void addResourceRef(int index, ResourceRef vResourceRef) throws java.lang.IndexOutOfBoundsException
index
- vResourceRef
-
java.lang.IndexOutOfBoundsException
public void addSecurityRoleRef(SecurityRoleRef vSecurityRoleRef) throws java.lang.IndexOutOfBoundsException
vSecurityRoleRef
-
java.lang.IndexOutOfBoundsException
public void addSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef) throws java.lang.IndexOutOfBoundsException
index
- vSecurityRoleRef
-
java.lang.IndexOutOfBoundsException
public java.util.Enumeration enumerateEjbLocalRef()
public java.util.Enumeration enumerateEjbRef()
public java.util.Enumeration enumerateEnvEntry()
public java.util.Enumeration enumerateResourceRef()
public java.util.Enumeration enumerateSecurityRoleRef()
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String getEjbClass()
public EjbLocalRef getEjbLocalRef(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public EjbLocalRef[] getEjbLocalRef()
public int getEjbLocalRefCount()
public java.lang.String getEjbName()
public EjbRef getEjbRef(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public EjbRef[] getEjbRef()
public int getEjbRefCount()
public EnvEntry getEnvEntry(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public EnvEntry[] getEnvEntry()
public int getEnvEntryCount()
public java.lang.String getHome()
public java.lang.String getId()
public java.lang.String getLargeIcon()
public java.lang.String getLocal()
public java.lang.String getLocalHome()
public java.lang.String getRemote()
public ResourceRef getResourceRef(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public ResourceRef[] getResourceRef()
public int getResourceRefCount()
public SecurityRoleRef getSecurityRoleRef(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public SecurityRoleRef[] getSecurityRoleRef()
public int getSecurityRoleRefCount()
public java.lang.String getSessionType()
public java.lang.String getSmallIcon()
public java.lang.String getTransactionType()
public boolean isValid()
public void marshal(java.io.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(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.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(java.lang.String description)
description
- the value of field 'description'.public void setDisplayName(java.lang.String displayName)
displayName
- the value of field 'displayName'.public void setEjbClass(java.lang.String ejbClass)
ejbClass
- the value of field 'ejbClass'.public void setEjbLocalRef(int index, EjbLocalRef vEjbLocalRef) throws java.lang.IndexOutOfBoundsException
index
- vEjbLocalRef
-
java.lang.IndexOutOfBoundsException
public void setEjbLocalRef(EjbLocalRef[] ejbLocalRefArray)
ejbLocalRefArray
- public void setEjbName(java.lang.String ejbName)
ejbName
- the value of field 'ejbName'.public void setEjbRef(int index, EjbRef vEjbRef) throws java.lang.IndexOutOfBoundsException
index
- vEjbRef
-
java.lang.IndexOutOfBoundsException
public void setEjbRef(EjbRef[] ejbRefArray)
ejbRefArray
- public void setEnvEntry(int index, EnvEntry vEnvEntry) throws java.lang.IndexOutOfBoundsException
index
- vEnvEntry
-
java.lang.IndexOutOfBoundsException
public void setEnvEntry(EnvEntry[] envEntryArray)
envEntryArray
- public void setHome(java.lang.String home)
home
- the value of field 'home'.public void setId(java.lang.String id)
id
- the value of field 'id'.public void setLargeIcon(java.lang.String largeIcon)
largeIcon
- the value of field 'largeIcon'.public void setLocal(java.lang.String local)
local
- the value of field 'local'.public void setLocalHome(java.lang.String localHome)
localHome
- the value of field 'localHome'.public void setRemote(java.lang.String remote)
remote
- the value of field 'remote'.public void setResourceRef(int index, ResourceRef vResourceRef) throws java.lang.IndexOutOfBoundsException
index
- vResourceRef
-
java.lang.IndexOutOfBoundsException
public void setResourceRef(ResourceRef[] resourceRefArray)
resourceRefArray
- public void setSecurityRoleRef(int index, SecurityRoleRef vSecurityRoleRef) throws java.lang.IndexOutOfBoundsException
index
- vSecurityRoleRef
-
java.lang.IndexOutOfBoundsException
public void setSecurityRoleRef(SecurityRoleRef[] securityRoleRefArray)
securityRoleRefArray
- public void setSessionType(java.lang.String sessionType)
sessionType
- the value of field 'sessionType'.public void setSmallIcon(java.lang.String smallIcon)
smallIcon
- the value of field 'smallIcon'.public void setTransactionType(java.lang.String transactionType)
transactionType
- the value of field 'transactionType'.public static java.lang.Object unmarshal(java.io.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 |