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

Part Number E27170-01

weblogic.management.runtime
Interface WseePolicySubjectManagerRuntimeMBean

All Superinterfaces:
DynamicMBean, MBeanRegistration, NotificationBroadcaster, RuntimeMBean, WebLogicMBean

public interface WseePolicySubjectManagerRuntimeMBean
extends RuntimeMBean


Method Summary
 void attachPolicyReference(String policySubject, CompositeData policyReference)
           
 TabularData getPolicyReferenceInfos(String policySubject)
           
 String getPolicyRefStatus(String policySubject, String policyReferenceURI)
           
 boolean isOWSMAttachable(String policySubject)
           
 void removePolicyReference(String policySubject, String policyReferenceURI)
           
 void setPolicyReferenceInfo(String policySubject, CompositeData policyReference)
           
 void setPolicyReferenceInfos(String policySubject, TabularData policyReferences)
           
 void setPolicyRefStatus(String policySubject, String policyReferenceURI, Boolean enable)
           
 
Methods inherited from interface weblogic.management.WebLogicMBean
getMBeanInfo, getName, getObjectName, getParent, getType, isCachingDisabled, isRegistered, setParent
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.MBeanRegistration
postDeregister, postRegister, preDeregister, preRegister
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 

Method Detail

getPolicyReferenceInfos

TabularData getPolicyReferenceInfos(String policySubject)
                                    throws ManagementException
Throws:
ManagementException

setPolicyReferenceInfos

void setPolicyReferenceInfos(String policySubject,
                             TabularData policyReferences)
                             throws ManagementException
Throws:
ManagementException

setPolicyReferenceInfo

void setPolicyReferenceInfo(String policySubject,
                            CompositeData policyReference)
                            throws ManagementException
Throws:
ManagementException

attachPolicyReference

void attachPolicyReference(String policySubject,
                           CompositeData policyReference)
                           throws ManagementException
Throws:
ManagementException

removePolicyReference

void removePolicyReference(String policySubject,
                           String policyReferenceURI)
                           throws ManagementException
Throws:
ManagementException

getPolicyRefStatus

String getPolicyRefStatus(String policySubject,
                          String policyReferenceURI)
                          throws ManagementException
Throws:
ManagementException

setPolicyRefStatus

void setPolicyRefStatus(String policySubject,
                        String policyReferenceURI,
                        Boolean enable)
                        throws ManagementException
Throws:
ManagementException

isOWSMAttachable

boolean isOWSMAttachable(String policySubject)
                         throws ManagementException
Throws:
ManagementException

Copyright 1996, 2013, 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.1.2)

Part Number E27170-01