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

Uses of Class
com.ibm.wsspi.classloading.ApiType

  • Packages that use ApiType 
    Package Description
    com.ibm.wsspi.classloading  
    com.ibm.wsspi.library  
    • Uses of ApiType in com.ibm.wsspi.classloading

      Methods in com.ibm.wsspi.classloading that return ApiType 
      Modifier and Type Method and Description
      static ApiType ApiType.fromString(java.lang.String value) 
      static ApiType ApiType.valueOf(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static ApiType[] ApiType.values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Methods in com.ibm.wsspi.classloading that return types with arguments of type ApiType 
      Modifier and Type Method and Description
      static java.util.EnumSet<ApiType> ApiType.createApiTypeSet(java.lang.String... apiTypes)
      Convert one or more comma-and-space-delimited api type strings into a single set of types
      java.util.EnumSet<ApiType> GatewayConfiguration.getApiTypeVisibility()
      Returns a set of the API types that are allowed to be seen by a gateway class loader created from this configuration, the options for the set are:
      Methods in com.ibm.wsspi.classloading with parameters of type ApiType 
      Modifier and Type Method and Description
      GatewayConfiguration GatewayConfiguration.setApiTypeVisibility(ApiType... types)
      Sets the allowed API types.
      Method parameters in com.ibm.wsspi.classloading with type arguments of type ApiType 
      Modifier and Type Method and Description
      GatewayConfiguration GatewayConfiguration.setApiTypeVisibility(java.lang.Iterable<ApiType> types)
      Sets the allowed API types.
    • Uses of ApiType in com.ibm.wsspi.library

      Methods in com.ibm.wsspi.library that return types with arguments of type ApiType 
      Modifier and Type Method and Description
      java.util.EnumSet<ApiType> Library.getApiTypeVisibility()
      Get the allowed API types for this shared library.
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes