Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

  • Packages that use WsResource.Type 
    Package Description
    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 
      Modifier and Type Method and Description
      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 
      Modifier and Type Method and Description
      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 
      Constructor and Description
      ResourceMismatchException(java.lang.String path, WsResource.Type expected, WsResource.Type found) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes