Package com.priint.pubserver.appserver
Class GlassfishDomain.JdbcResource
- java.lang.Object
-
- com.priint.pubserver.appserver.GlassfishDomain.JdbcResource
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- GlassfishDomain
public static class GlassfishDomain.JdbcResource extends java.lang.Object implements java.io.SerializableThe type Jdbc resource.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JdbcResource()Instantiates a new Jdbc resource.JdbcResource(java.lang.String poolName, java.lang.String jndiName)Instantiates a new Jdbc resource.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetJndiName()Gets jndi name.java.lang.StringgetPoolName()Gets pool name.voidsetJndiName(java.lang.String jndiName)Sets jndi name.voidsetPoolName(java.lang.String poolName)Sets pool name.
-
-
-
Method Detail
-
getJndiName
public java.lang.String getJndiName()
Gets jndi name.- Returns:
- the jndi name
-
getPoolName
public java.lang.String getPoolName()
Gets pool name.- Returns:
- the pool name
-
setJndiName
public void setJndiName(java.lang.String jndiName)
Sets jndi name.- Parameters:
jndiName- the jndi name
-
setPoolName
public void setPoolName(java.lang.String poolName)
Sets pool name.- Parameters:
poolName- the pool name
-
-