org.glassfish.resource.common
Interface GenericResourceInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
PoolInfo, ResourceInfo

public interface GenericResourceInfo
extends java.io.Serializable

Represents resource information A resource may be defined in "java:app" scope or "java:module" scope

Author:
Jagadish Ramu

Method Summary
 java.lang.String getApplicationName()
          application in which the resource is defined
 java.lang.String getModuleName()
          module in which the resource is defined
 java.lang.String getName()
          name of the resource
 

Method Detail

getName

java.lang.String getName()
name of the resource

Returns:
String name

getApplicationName

java.lang.String getApplicationName()
application in which the resource is defined

Returns:
String application-name

getModuleName

java.lang.String getModuleName()
module in which the resource is defined

Returns:
String module-name


Copyright © 2012 GlassFish Community. All Rights Reserved.