Oracle Corporation

Uses of Class
com.bea.wlcp.wlng.api.management.InputManagementException

Packages that use InputManagementException
com.bea.wlcp.wlng.api.management   
com.bea.wlcp.wlng.api.sla   
 

Uses of InputManagementException in com.bea.wlcp.wlng.api.management
 

Subclasses of InputManagementException in com.bea.wlcp.wlng.api.management
 class DuplicateKeyException
          The operation resulted in a duplicate key exception.
 class KeyNotFoundException
          The operation could not find the specified key.
 

Uses of InputManagementException in com.bea.wlcp.wlng.api.sla
 

Methods in com.bea.wlcp.wlng.api.sla that throw InputManagementException
abstract  Document CustomSlaManager.getApplicationGroupCustomSla(String slaType)
          Returns the Application Group SLA of a custum type
abstract  Document CustomSlaManager.getServiceProviderGroupCustomSla(String slaType)
          Returns the Service Provider Group SLA of a custum type
abstract  Document CustomSlaManager.getGlobalCustomSla(String slaType)
          Returns the Global SLA of a custum type
abstract  void CustomSlaManager.registerSlaParserCallback(String slaType, String parserId, SlaParserCallback parser)
          Register a custom parser callback for the specific agreement GroupType.
abstract  void CustomSlaManager.unregisterSlaParserCallback(String slaType, String parserId)
          Register a custom parser callback for the specific agreement GroupType
abstract  Object CustomSlaManager.getApplicationGroupCustomSla(String slaType, String parserId)
          Returns the Application Group SLA of a custum type
abstract  Object CustomSlaManager.getServiceProviderGroupCustomSla(String slaType, String parserId)
          Returns the Service Provider Group SLA of a custum type
abstract  Object CustomSlaManager.getGlobalCustomSla(String slaType, String parserId)
          Returns the Global SLA of a custum type
 


Oracle Corporation