|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.config.sys.Openejb
Constructor Summary | |
Openejb()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Openejb()
Method Detail |
public void addConnector(Connector vConnector) throws IndexOutOfBoundsException
vConnector
-
IndexOutOfBoundsException
public void addConnector(int index, Connector vConnector) throws IndexOutOfBoundsException
index
- vConnector
-
IndexOutOfBoundsException
public void addContainer(Container vContainer) throws IndexOutOfBoundsException
vContainer
-
IndexOutOfBoundsException
public void addContainer(int index, Container vContainer) throws IndexOutOfBoundsException
index
- vContainer
-
IndexOutOfBoundsException
public void addDeployments(Deployments vDeployments) throws IndexOutOfBoundsException
vDeployments
-
IndexOutOfBoundsException
public void addDeployments(int index, Deployments vDeployments) throws IndexOutOfBoundsException
index
- vDeployments
-
IndexOutOfBoundsException
public void addJndiProvider(JndiProvider vJndiProvider) throws IndexOutOfBoundsException
vJndiProvider
-
IndexOutOfBoundsException
public void addJndiProvider(int index, JndiProvider vJndiProvider) throws IndexOutOfBoundsException
index
- vJndiProvider
-
IndexOutOfBoundsException
public void addResource(Resource vResource) throws IndexOutOfBoundsException
vResource
-
IndexOutOfBoundsException
public void addResource(int index, Resource vResource) throws IndexOutOfBoundsException
index
- vResource
-
IndexOutOfBoundsException
public Enumeration enumerateConnector()
public Enumeration enumerateContainer()
public Enumeration enumerateDeployments()
public Enumeration enumerateJndiProvider()
public Enumeration enumerateResource()
public ConnectionManager getConnectionManager()
public Connector getConnector(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Connector[] getConnector()
public int getConnectorCount()
public Container getContainer(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Container[] getContainer()
public int getContainerCount()
public String getContent()
public Deployments getDeployments(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Deployments[] getDeployments()
public int getDeploymentsCount()
public JndiProvider getJndiProvider(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public JndiProvider[] getJndiProvider()
public int getJndiProviderCount()
public ProxyFactory getProxyFactory()
public Resource getResource(int index) throws IndexOutOfBoundsException
index
-
IndexOutOfBoundsException
public Resource[] getResource()
public int getResourceCount()
public SecurityService getSecurityService()
public TransactionService getTransactionService()
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 removeAllConnector()
public void removeAllContainer()
public void removeAllDeployments()
public void removeAllJndiProvider()
public void removeAllResource()
public Connector removeConnector(int index)
index
- public Container removeContainer(int index)
index
- public Deployments removeDeployments(int index)
index
- public JndiProvider removeJndiProvider(int index)
index
- public Resource removeResource(int index)
index
- public void setConnectionManager(ConnectionManager connectionManager)
connectionManager
- the value of field
'connectionManager'.public void setConnector(int index, Connector vConnector) throws IndexOutOfBoundsException
index
- vConnector
-
IndexOutOfBoundsException
public void setConnector(Connector[] connectorArray)
connectorArray
- public void setContainer(int index, Container vContainer) throws IndexOutOfBoundsException
index
- vContainer
-
IndexOutOfBoundsException
public void setContainer(Container[] containerArray)
containerArray
- public void setContent(String content)
content
- the value of field 'content'.public void setDeployments(int index, Deployments vDeployments) throws IndexOutOfBoundsException
index
- vDeployments
-
IndexOutOfBoundsException
public void setDeployments(Deployments[] deploymentsArray)
deploymentsArray
- public void setJndiProvider(int index, JndiProvider vJndiProvider) throws IndexOutOfBoundsException
index
- vJndiProvider
-
IndexOutOfBoundsException
public void setJndiProvider(JndiProvider[] jndiProviderArray)
jndiProviderArray
- public void setProxyFactory(ProxyFactory proxyFactory)
proxyFactory
- the value of field 'proxyFactory'.public void setResource(int index, Resource vResource) throws IndexOutOfBoundsException
index
- vResource
-
IndexOutOfBoundsException
public void setResource(Resource[] resourceArray)
resourceArray
- public void setSecurityService(SecurityService securityService)
securityService
- the value of field 'securityService'.public void setTransactionService(TransactionService transactionService)
transactionService
- the value of field
'transactionService'.public static Openejb 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 |