Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.management.configuration.TriggerMBean

Packages that use TriggerMBean
weblogic.management.configuration   

 

Uses of TriggerMBean in weblogic.management.configuration

 

Methods in weblogic.management.configuration that return TriggerMBean
abstract  TriggerMBean RCMResourceMBean.createTrigger(String name, long value, String action)
          This is the factory method for trigger configurations for this resource type.
abstract  TriggerMBean[] RCMResourceMBean.getTriggers()
          Gets the list of configured trigger based policies for the current resource type.
abstract  TriggerMBean RCMResourceMBean.lookupTrigger(String name)
          Looks up a trigger configuration from the list of triggers configured in this resource type.

 

Methods in weblogic.management.configuration with parameters of type TriggerMBean
abstract  void RCMResourceMBean.destroyTrigger(TriggerMBean triggerMBean)
          Destroys and removes a trigger configuration corresponding to the {code triggerMBean} parameter, which is a child of this resource type MBean.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09