|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.resource.common.ResourceInfo
public class ResourceInfo
Represents resource information (typically, bindable-resource)
| Constructor Summary | |
|---|---|
ResourceInfo(String name)
|
|
ResourceInfo(String name,
String applicationName)
|
|
ResourceInfo(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 ResourceInfo(String name)
public ResourceInfo(String name,
String applicationName)
public ResourceInfo(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 | |||||||||