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