|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.config.ejb11.EjbDeployment
Class EjbDeployment.
Constructor Summary | |
EjbDeployment()
|
Method Summary | |
void |
addQuery(int index,
Query vQuery)
Method addQuery |
void |
addQuery(Query vQuery)
Method addQuery |
void |
addResourceLink(int index,
ResourceLink vResourceLink)
Method addResourceLink |
void |
addResourceLink(ResourceLink vResourceLink)
Method addResourceLink |
Enumeration |
enumerateQuery()
Method enumerateQuery |
Enumeration |
enumerateResourceLink()
Method 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()
Method getQuery |
Query |
getQuery(int index)
Method getQuery |
int |
getQueryCount()
Method getQueryCount |
ResourceLink[] |
getResourceLink()
Method getResourceLink |
ResourceLink |
getResourceLink(int index)
Method getResourceLink |
int |
getResourceLinkCount()
Method getResourceLinkCount |
boolean |
isValid()
Method isValid |
void |
marshal(ContentHandler handler)
Method marshal |
void |
marshal(Writer out)
Method marshal |
void |
removeAllQuery()
Method removeAllQuery |
void |
removeAllResourceLink()
Method removeAllResourceLink |
Query |
removeQuery(int index)
Method removeQuery |
ResourceLink |
removeResourceLink(int index)
Method removeResourceLink |
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)
Method setQuery |
void |
setQuery(Query[] queryArray)
Method setQuery |
void |
setResourceLink(int index,
ResourceLink vResourceLink)
Method setResourceLink |
void |
setResourceLink(ResourceLink[] resourceLinkArray)
Method setResourceLink |
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 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(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 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 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 |