Package com.priint.pubserver.appserver
Class GlassfishDomain.ConnectorResource
java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.ConnectorResource
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GlassfishDomain
The type Connector resource.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Connector resource.ConnectorResource(String poolName, String jndiName) Instantiates a new Connector resource. -
Method Summary
Modifier and TypeMethodDescriptionGets Jndi name.Gets pool name.voidsetJndiName(String jndiName) Sets jndi name.voidsetPoolName(String poolName) Sets pool name.
-
Constructor Details
-
ConnectorResource
public ConnectorResource()Instantiates a new Connector resource. -
ConnectorResource
Instantiates a new Connector resource.- Parameters:
poolName- the pool namejndiName- the jndi name
-
-
Method Details
-
getJndiName
Gets Jndi name.- Returns:
- the jndi name
-
getPoolName
Gets pool name.- Returns:
- the pool name
-
setJndiName
Sets jndi name.- Parameters:
jndiName- the jndi name
-
setPoolName
Sets pool name.- Parameters:
poolName- the pool name
-