|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.config.ejb11.EjbDeployment
Constructor Summary | |
EjbDeployment()
|
Method Summary | |
void |
addQuery(int index,
Query vQuery)
|
void |
addQuery(Query vQuery)
|
void |
addResourceLink(int index,
ResourceLink vResourceLink)
|
void |
addResourceLink(ResourceLink vResourceLink)
|
Enumeration |
enumerateQuery()
|
Enumeration |
enumerateResourceLink()
|
String |
getContainerId()
Returns the value of field 'containerId'. |
String |
getDeploymentId()
Returns the value of field 'deploymentId'. |
String |
getEjbName()
Returns the value of field 'ejbName'. |
Query[] |
getQuery()
|
Query |
getQuery(int index)
|
int |
getQueryCount()
|
ResourceLink[] |
getResourceLink()
|
ResourceLink |
getResourceLink(int index)
|
int |
getResourceLinkCount()
|
boolean |
isValid()
|
void |
marshal(DocumentHandler handler)
|
void |
marshal(Writer out)
|
void |
removeAllQuery()
|
void |
removeAllResourceLink()
|
Query |
removeQuery(int index)
|
ResourceLink |
removeResourceLink(int index)
|
void |
setContainerId(String containerId)
Sets the value of field 'containerId'. |
void |
setDeploymentId(String deploymentId)
Sets the value of field 'deploymentId'. |
void |
setEjbName(String ejbName)
Sets the value of field 'ejbName'. |
void |
setQuery(int index,
Query vQuery)
|
void |
setQuery(Query[] queryArray)
|
void |
setResourceLink(int index,
ResourceLink vResourceLink)
|
void |
setResourceLink(ResourceLink[] resourceLinkArray)
|
static EjbDeployment |
unmarshal(Reader reader)
|
void |
validate()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EjbDeployment()
Method Detail |
public void addQuery(Query vQuery) throws IndexOutOfBoundsException
vQuery
-
IndexOutOfBoundsException
public void addQuery(int index, Query vQuery) throws IndexOutOfBoundsException
index
- vQuery
-
IndexOutOfBoundsException
public void addResourceLink(ResourceLink vResourceLink) throws IndexOutOfBoundsException
vResourceLink
-
IndexOutOfBoundsException
public void addResourceLink(int index, ResourceLink vResourceLink) throws IndexOutOfBoundsException
index
- vResourceLink
-
IndexOutOfBoundsException
public Enumeration enumerateQuery()
public Enumeration enumerateResourceLink()
public String getContainerId()
public String getDeploymentId()
public String getEjbName()
public Query getQuery(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Query[] getQuery()
public int getQueryCount()
public ResourceLink getResourceLink(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public ResourceLink[] getResourceLink()
public int getResourceLinkCount()
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(DocumentHandler handler) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void removeAllQuery()
public void removeAllResourceLink()
public Query removeQuery(int index)
index
- public ResourceLink removeResourceLink(int index)
index
- public void setContainerId(String containerId)
containerId
- the value of field 'containerId'.public void setDeploymentId(String deploymentId)
deploymentId
- the value of field 'deploymentId'.public void setEjbName(String ejbName)
ejbName
- the value of field 'ejbName'.public void setQuery(int index, Query vQuery) throws IndexOutOfBoundsException
index
- vQuery
-
IndexOutOfBoundsException
public void setQuery(Query[] queryArray)
queryArray
- public void setResourceLink(int index, ResourceLink vResourceLink) throws IndexOutOfBoundsException
index
- vResourceLink
-
IndexOutOfBoundsException
public void setResourceLink(ResourceLink[] resourceLinkArray)
resourceLinkArray
- public static EjbDeployment 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 |