| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sun.mfwk.conn.MfC_ConnectorClient
| Constructor Summary | |
| MfC_ConnectorClient() | |
| Method Summary | |
|  void | addNotificationListener(javax.management.ObjectName objectName,
                        javax.management.NotificationListener notificationListener,
                        javax.management.NotificationFilter notificationFilter,
                        java.lang.Object object)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | addNotificationListener(javax.management.ObjectName objectName,
                        javax.management.ObjectName objectName1,
                        javax.management.NotificationFilter notificationFilter,
                        java.lang.Object object)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.lang.String | connect(int port)Initializes the communication with an RPC server. | 
|  javax.management.ObjectInstance | createMBean(java.lang.String className,
            javax.management.ObjectName objectName)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  javax.management.ObjectInstance | createMBean(java.lang.String className,
            javax.management.ObjectName objectName,
            java.lang.Object[] objectArray,
            java.lang.String[] stringArray)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  javax.management.ObjectInstance | createMBean(java.lang.String className,
            javax.management.ObjectName objectName,
            javax.management.ObjectName objectName2)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  javax.management.ObjectInstance | createMBean(java.lang.String className,
            javax.management.ObjectName objectName,
            javax.management.ObjectName objectName2,
            java.lang.Object[] objectArray,
            java.lang.String[] stringArray)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.lang.Object | getAttribute(javax.management.ObjectName name,
             java.lang.String attribute)Gets the value of a specific attribute of an object name. | 
|  javax.management.AttributeList | getAttributes(javax.management.ObjectName name,
              java.lang.String[] attributes)Enables the values of several attributes of a named object. | 
|  java.lang.String | getDefaultDomain()Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.lang.String[] | getDomains()Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.lang.Integer | getMBeanCount()Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  javax.management.MBeanInfo | getMBeanInfo(javax.management.ObjectName objectName)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  javax.management.ObjectInstance | getObjectInstance(javax.management.ObjectName objectName)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.lang.Object | invoke(javax.management.ObjectName name,
       java.lang.String operationName,
       java.lang.Object[] params,
       java.lang.String[] signature)Invokes an operation on an object. | 
|  boolean | isInstanceOf(javax.management.ObjectName objectName,
             java.lang.String string)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  boolean | isRegistered(javax.management.ObjectName objectName)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.util.Set | queryMBeans(javax.management.ObjectName objectName,
            javax.management.QueryExp queryExp)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  java.util.Set | queryNames(javax.management.ObjectName objectName,
           javax.management.QueryExp queryExp)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | removeNotificationListener(javax.management.ObjectName objectName,
                           javax.management.NotificationListener notificationListener)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | removeNotificationListener(javax.management.ObjectName objectName,
                           javax.management.NotificationListener notificationListener,
                           javax.management.NotificationFilter notificationFilter,
                           java.lang.Object object)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | removeNotificationListener(javax.management.ObjectName objectName,
                           javax.management.ObjectName objectName1)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | removeNotificationListener(javax.management.ObjectName objectName,
                           javax.management.ObjectName objectName1,
                           javax.management.NotificationFilter notificationFilter,
                           java.lang.Object object)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | setAttribute(javax.management.ObjectName objectName,
             javax.management.Attribute attribute)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  javax.management.AttributeList | setAttributes(javax.management.ObjectName objectName,
              javax.management.AttributeList attributeList)Not supported method, always throw an IOException with the detail message "Not supported method". | 
|  void | unregisterMBean(javax.management.ObjectName objectName)Not supported method, always throw an IOException with the detail message "Not supported method". | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public MfC_ConnectorClient()
| Method Detail | 
public java.lang.String connect(int port)
                         throws java.io.IOException
IOException.
java.io.IOException
public java.lang.Object getAttribute(javax.management.ObjectName name,
                                     java.lang.String attribute)
                              throws javax.management.InstanceNotFoundException,
                                     javax.management.AttributeNotFoundException,
                                     java.io.IOException
getAttribute in interface javax.management.MBeanServerConnectionname - The object name from which the attribute is to be retrieved.attribute - A String specifying the name of the attribute to be
 retrieved.
javax.management.AttributeNotFoundException - The attribute specified is not accessible in the object.
javax.management.InstanceNotFoundException - The object specified is not registered in the server.
java.io.IOException - rmi2rpc exception.
public javax.management.AttributeList getAttributes(javax.management.ObjectName name,
                                                    java.lang.String[] attributes)
                                             throws javax.management.InstanceNotFoundException,
                                                    java.io.IOException
getAttributes in interface javax.management.MBeanServerConnectionname - The object name from which the attributes are
 retrieved.attributes - A list of the attributes to be retrieved.
javax.management.InstanceNotFoundException - The object specified is not registered in the server.
java.io.IOException - rmi2rpc exception.
public java.lang.Object invoke(javax.management.ObjectName name,
                               java.lang.String operationName,
                               java.lang.Object[] params,
                               java.lang.String[] signature)
                        throws javax.management.InstanceNotFoundException,
                               javax.management.MBeanException,
                               javax.management.JMRuntimeException,
                               java.io.IOException
invoke in interface javax.management.MBeanServerConnectionname - The object name on which the method is to be invoked.operationName - The name of the operation to be invoked.params - An array containing the parameters to be set when the operation is invoked.signature - An array containing the signature of the operation.
 Only the primitive types are supported.
javax.management.InstanceNotFoundException - - The object specified is not registered in the server.
javax.management.MBeanException - - Exception thrown if the operation does not exist on the specified object.
javax.management.JMRuntimeException - - Exception thrown if there is an error in the operation.
java.io.IOException - rmi2rpc exception.
public java.lang.Integer getMBeanCount()
                                throws java.io.IOException
getMBeanCount in interface javax.management.MBeanServerConnectionjava.io.IOException
public java.lang.String getDefaultDomain()
                                  throws java.io.IOException
getDefaultDomain in interface javax.management.MBeanServerConnectionjava.io.IOException
public java.lang.String[] getDomains()
                              throws java.io.IOException
getDomains in interface javax.management.MBeanServerConnectionjava.io.IOException
public void unregisterMBean(javax.management.ObjectName objectName)
                     throws java.io.IOException
unregisterMBean in interface javax.management.MBeanServerConnectionobjectName - ObjectName
java.io.IOException
public boolean isRegistered(javax.management.ObjectName objectName)
                     throws java.io.IOException
isRegistered in interface javax.management.MBeanServerConnectionobjectName - ObjectName
java.io.IOException
public boolean isInstanceOf(javax.management.ObjectName objectName,
                            java.lang.String string)
                     throws java.io.IOException
isInstanceOf in interface javax.management.MBeanServerConnectionobjectName - ObjectNamestring - String
java.io.IOException
public void setAttribute(javax.management.ObjectName objectName,
                         javax.management.Attribute attribute)
                  throws java.io.IOException
setAttribute in interface javax.management.MBeanServerConnectionobjectName - ObjectNameattribute - Attribute
java.io.IOException
public javax.management.MBeanInfo getMBeanInfo(javax.management.ObjectName objectName)
                                        throws java.io.IOException
getMBeanInfo in interface javax.management.MBeanServerConnectionobjectName - ObjectName
java.io.IOException
public void removeNotificationListener(javax.management.ObjectName objectName,
                                       javax.management.NotificationListener notificationListener)
                                throws java.io.IOException
removeNotificationListener in interface javax.management.MBeanServerConnectionobjectName - ObjectNamenotificationListener - NotificationListener
java.io.IOException
public javax.management.ObjectInstance getObjectInstance(javax.management.ObjectName objectName)
                                                  throws java.io.IOException
getObjectInstance in interface javax.management.MBeanServerConnectionobjectName - ObjectName
java.io.IOException
public void removeNotificationListener(javax.management.ObjectName objectName,
                                       javax.management.ObjectName objectName1)
                                throws java.io.IOException
removeNotificationListener in interface javax.management.MBeanServerConnectionobjectName - ObjectNameobjectName1 - ObjectName
java.io.IOException
public java.util.Set queryMBeans(javax.management.ObjectName objectName,
                                 javax.management.QueryExp queryExp)
                          throws java.io.IOException
queryMBeans in interface javax.management.MBeanServerConnectionobjectName - ObjectNamequeryExp - QueryExp
java.io.IOException
public java.util.Set queryNames(javax.management.ObjectName objectName,
                                javax.management.QueryExp queryExp)
                         throws java.io.IOException
queryNames in interface javax.management.MBeanServerConnectionobjectName - ObjectNamequeryExp - QueryExp
java.io.IOException
public javax.management.AttributeList setAttributes(javax.management.ObjectName objectName,
                                                    javax.management.AttributeList attributeList)
                                             throws java.io.IOException
setAttributes in interface javax.management.MBeanServerConnectionobjectName - ObjectNameattributeList - AttributeList
java.io.IOException
public void addNotificationListener(javax.management.ObjectName objectName,
                                    javax.management.NotificationListener notificationListener,
                                    javax.management.NotificationFilter notificationFilter,
                                    java.lang.Object object)
                             throws java.io.IOException
addNotificationListener in interface javax.management.MBeanServerConnectionobjectName - ObjectNamenotificationListener - NotificationListenernotificationFilter - NotificationFilterobject - Object
java.io.IOException
public void removeNotificationListener(javax.management.ObjectName objectName,
                                       javax.management.NotificationListener notificationListener,
                                       javax.management.NotificationFilter notificationFilter,
                                       java.lang.Object object)
                                throws java.io.IOException
removeNotificationListener in interface javax.management.MBeanServerConnectionobjectName - ObjectNamenotificationListener - NotificationListenernotificationFilter - NotificationFilterobject - Object
java.io.IOException
public void addNotificationListener(javax.management.ObjectName objectName,
                                    javax.management.ObjectName objectName1,
                                    javax.management.NotificationFilter notificationFilter,
                                    java.lang.Object object)
                             throws java.io.IOException
addNotificationListener in interface javax.management.MBeanServerConnectionobjectName - ObjectNameobjectName1 - ObjectNamenotificationFilter - NotificationFilterobject - Object
java.io.IOException
public void removeNotificationListener(javax.management.ObjectName objectName,
                                       javax.management.ObjectName objectName1,
                                       javax.management.NotificationFilter notificationFilter,
                                       java.lang.Object object)
                                throws java.io.IOException
removeNotificationListener in interface javax.management.MBeanServerConnectionobjectName - ObjectNameobjectName1 - ObjectNamenotificationFilter - NotificationFilterobject - Object
java.io.IOException
public javax.management.ObjectInstance createMBean(java.lang.String className,
                                                   javax.management.ObjectName objectName)
                                            throws java.io.IOException
createMBean in interface javax.management.MBeanServerConnectionclassName - StringobjectName - ObjectName
java.io.IOException
public javax.management.ObjectInstance createMBean(java.lang.String className,
                                                   javax.management.ObjectName objectName,
                                                   javax.management.ObjectName objectName2)
                                            throws java.io.IOException
createMBean in interface javax.management.MBeanServerConnectionclassName - StringobjectName - ObjectNameobjectName2 - ObjectName
java.io.IOException
public javax.management.ObjectInstance createMBean(java.lang.String className,
                                                   javax.management.ObjectName objectName,
                                                   java.lang.Object[] objectArray,
                                                   java.lang.String[] stringArray)
                                            throws java.io.IOException
createMBean in interface javax.management.MBeanServerConnectionclassName - StringobjectName - ObjectNameobjectArray - Object[]stringArray - String[]
java.io.IOException
public javax.management.ObjectInstance createMBean(java.lang.String className,
                                                   javax.management.ObjectName objectName,
                                                   javax.management.ObjectName objectName2,
                                                   java.lang.Object[] objectArray,
                                                   java.lang.String[] stringArray)
                                            throws java.io.IOException
createMBean in interface javax.management.MBeanServerConnectionclassName - StringobjectName - ObjectNameobjectName2 - ObjectNameobjectArray - Object[]stringArray - String[]
java.io.IOException| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||