Uses of Class
com.ibm.wsspi.kernel.service.location.WsResource.Type

Packages that use WsResource.Type
com.ibm.wsspi.kernel.service.location   
 

Uses of WsResource.Type in com.ibm.wsspi.kernel.service.location
 

Methods in com.ibm.wsspi.kernel.service.location that return WsResource.Type
 WsResource.Type ResourceMismatchException.getExpected()
           
 WsResource.Type ResourceMismatchException.getFound()
           
 WsResource.Type WsResource.getType()
          Return the resource type
static WsResource.Type WsResource.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WsResource.Type[] WsResource.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.wsspi.kernel.service.location with parameters of type WsResource.Type
 boolean WsResource.isType(WsResource.Type resourceType)
          Tests whether the wrapped/proxied resource is of the specified type: WsResource.Type.
 

Constructors in com.ibm.wsspi.kernel.service.location with parameters of type WsResource.Type
ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found)