|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openejb.alt.config.ejb11.EjbDeployment
public class 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 |
java.util.Enumeration |
enumerateQuery()
Method enumerateQuery |
java.util.Enumeration |
enumerateResourceLink()
Method enumerateResourceLink |
java.lang.String |
getContainerId()
Returns the value of field 'containerId'. |
java.lang.String |
getDeploymentId()
Returns the value of field 'deploymentId'. |
java.lang.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(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.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(java.lang.String containerId)
Sets the value of field 'containerId'. |
void |
setDeploymentId(java.lang.String deploymentId)
Sets the value of field 'deploymentId'. |
void |
setEjbName(java.lang.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 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 EjbDeployment()
| Method Detail |
|---|
public void addQuery(Query vQuery)
throws java.lang.IndexOutOfBoundsException
vQuery -
java.lang.IndexOutOfBoundsException
public void addQuery(int index,
Query vQuery)
throws java.lang.IndexOutOfBoundsException
index - vQuery -
java.lang.IndexOutOfBoundsException
public void addResourceLink(ResourceLink vResourceLink)
throws java.lang.IndexOutOfBoundsException
vResourceLink -
java.lang.IndexOutOfBoundsException
public void addResourceLink(int index,
ResourceLink vResourceLink)
throws java.lang.IndexOutOfBoundsException
index - vResourceLink -
java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateQuery()
public java.util.Enumeration enumerateResourceLink()
public java.lang.String getContainerId()
public java.lang.String getDeploymentId()
public java.lang.String getEjbName()
public Query getQuery(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic Query[] getQuery()
public int getQueryCount()
public ResourceLink getResourceLink(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic ResourceLink[] getResourceLink()
public int getResourceLinkCount()
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.ValidationExceptionpublic void removeAllQuery()
public void removeAllResourceLink()
public Query removeQuery(int index)
index - public ResourceLink removeResourceLink(int index)
index - public void setContainerId(java.lang.String containerId)
containerId - the value of field 'containerId'.public void setDeploymentId(java.lang.String deploymentId)
deploymentId - the value of field 'deploymentId'.public void setEjbName(java.lang.String ejbName)
ejbName - the value of field 'ejbName'.
public void setQuery(int index,
Query vQuery)
throws java.lang.IndexOutOfBoundsException
index - vQuery -
java.lang.IndexOutOfBoundsExceptionpublic void setQuery(Query[] queryArray)
queryArray -
public void setResourceLink(int index,
ResourceLink vResourceLink)
throws java.lang.IndexOutOfBoundsException
index - vResourceLink -
java.lang.IndexOutOfBoundsExceptionpublic void setResourceLink(ResourceLink[] resourceLinkArray)
resourceLinkArray -
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 | |||||||||