Interface GenericResourceInfo

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    PoolInfo, ResourceInfo

    public interface GenericResourceInfo
    extends Serializable
    Represents resource information A resource may be defined in "java:app" scope or "java:module" scope
    Author:
    Jagadish Ramu
    • Method Detail

      • getName

        String getName()
        name of the resource
        Returns:
        String name
      • getApplicationName

        String getApplicationName()
        application in which the resource is defined
        Returns:
        String application-name
      • getModuleName

        String getModuleName()
        module in which the resource is defined
        Returns:
        String module-name