Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.1

E37525-01


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

Packages that use ManagementException
com.bea.wlcp.wlng.api.management   
com.bea.wlcp.wlng.api.sla   
oracle.ocsg.subscriber.management   

 

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

 

Subclasses of ManagementException in com.bea.wlcp.wlng.api.management
 class DuplicateKeyException
          The operation resulted in a duplicate key exception.
 class InputManagementException
          This exception should be used when the 'user' has input a value that is faulty.
 class KeyNotFoundException
          The operation could not find the specified key.

 

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

 

Methods in com.bea.wlcp.wlng.api.sla that throw ManagementException
abstract  Document CustomSlaManager.getApplicationGroupCustomSla(String slaType)
          Returns the Application Group SLA of a custom type.
abstract  Document CustomSlaManager.getServiceProviderGroupCustomSla(String slaType)
          Returns the Service Provider Group SLA of a custom type.
abstract  Document CustomSlaManager.getGlobalCustomSla(String slaType)
          Returns the Global SLA of a custom type
abstract  void CustomSlaManager.registerSlaParserCallback(String slaType, String parserId, SlaParserCallback parser)
          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 custom type.
abstract  Object CustomSlaManager.getServiceProviderGroupCustomSla(String slaType, String parserId)
          Returns the Service Provider Group SLA of a custom type.
abstract  Object CustomSlaManager.getGlobalCustomSla(String slaType, String parserId)
          Returns the Global SLA of a custom type.

 

Uses of ManagementException in oracle.ocsg.subscriber.management

 

Methods in oracle.ocsg.subscriber.management that throw ManagementException
 String SubscriberMBean.addSubscriber(String address, String loginId, String password)
          Add a subscriber.
 String SubscriberMBean.updateSubscriber(String address, String loginId, String password)
          Update the properties of a subscriber.
 String SubscriberMBean.removeSubscriber(String address)
          Remove a subscriber by address.
 String SubscriberMBean.getSubscriberInfo(String addressOrLoginId)
          Get a subscriber info by address or login ID.
 String SubscriberMBean.verifySubscriber(String address, String password)
          Verify a subscriber.

 


Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
5.1

E37525-01


Copyright © 2013, Oracle and/or its affiliates. All rights reserved.