com.sun.mfwk.cli
Class MfCliPmOpStatusSessionProxy

java.lang.Object
  extended bycom.sun.mfwk.cli.MfCliPmOpStatusSessionProxy

public class MfCliPmOpStatusSessionProxy
extends java.lang.Object


Constructor Summary
MfCliPmOpStatusSessionProxy(javax.management.ObjectName on, javax.management.MBeanServerConnection cc)
           
 
Method Summary
 OperationalStatusMonitorKey createOperationalStatusMonitorByValue(OperationalStatusMonitorValue pmValue)
           
 ReportFormat[] getReportFormats()
           
 OperationalStatusMonitorValue makeOperationalStatusMonitorValue(java.lang.String value)
           
 QueryValue makeQueryValue(java.lang.String type)
           
 OperationalStatusMonitorValueIterator queryOperationalStatusMonitors(QueryValue query, java.lang.String[] attrNames)
           
 void removeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
           
 void resumeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
           
 void suspendOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MfCliPmOpStatusSessionProxy

public MfCliPmOpStatusSessionProxy(javax.management.ObjectName on,
                                   javax.management.MBeanServerConnection cc)
                            throws java.lang.Exception
Method Detail

makeOperationalStatusMonitorValue

public OperationalStatusMonitorValue makeOperationalStatusMonitorValue(java.lang.String value)
                                                                throws java.lang.Exception
Throws:
java.lang.Exception

getReportFormats

public ReportFormat[] getReportFormats()
                                throws java.lang.Exception
Throws:
java.lang.Exception

createOperationalStatusMonitorByValue

public OperationalStatusMonitorKey createOperationalStatusMonitorByValue(OperationalStatusMonitorValue pmValue)
                                                                  throws java.lang.Exception
Throws:
java.lang.Exception

makeQueryValue

public QueryValue makeQueryValue(java.lang.String type)
                          throws java.lang.Exception
Throws:
java.lang.Exception

queryOperationalStatusMonitors

public OperationalStatusMonitorValueIterator queryOperationalStatusMonitors(QueryValue query,
                                                                            java.lang.String[] attrNames)
                                                                     throws java.lang.Exception
Throws:
java.lang.Exception

removeOperationalStatusMonitorByKey

public void removeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
                                         throws java.lang.Exception
Throws:
java.lang.Exception

suspendOperationalStatusMonitorByKey

public void suspendOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

resumeOperationalStatusMonitorByKey

public void resumeOperationalStatusMonitorByKey(OperationalStatusMonitorKey pmKey)
                                         throws java.lang.Exception
Throws:
java.lang.Exception