|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.resource.common.PoolInfo
public class PoolInfo
Represents pool information.
| Constructor Summary | |
|---|---|
PoolInfo(String name)
|
|
PoolInfo(String name,
String applicationName)
|
|
PoolInfo(String name,
String applicationName,
String moduleName)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getApplicationName()
application in which the resource is defined |
String |
getModuleName()
module in which the resource is defined |
String |
getName()
name of the resource |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PoolInfo(String name)
public PoolInfo(String name,
String applicationName)
public PoolInfo(String name,
String applicationName,
String moduleName)
| Method Detail |
|---|
public String getName()
GenericResourceInfo
getName in interface GenericResourceInfopublic String getApplicationName()
GenericResourceInfo
getApplicationName in interface GenericResourceInfopublic String getModuleName()
GenericResourceInfo
getModuleName in interface GenericResourceInfopublic String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||