KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > rmi > RMIConnectionImpl_Stub

javax.management.remote.rmi
Class RMIConnectionImpl_Stub

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteStub
          extended by javax.management.remote.rmi.RMIConnectionImpl_Stub
All Implemented Interfaces:
Serializable, Remote, RMIConnection

public void addNotificationListener(ObjectName $param_ObjectName_1,
                                    ObjectName $param_ObjectName_2,
                                    MarshalledObject $param_MarshalledObject_3,
                                    MarshalledObject $param_MarshalledObject_4,
                                    Subject $param_Subject_5)
                             throws IOException,
                                    InstanceNotFoundException
See Also:
RMIConnection.removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject), RMIConnection.removeNotificationListener(ObjectName, ObjectName, Subject), MBeanServerConnection.addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Integer[] addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1,
                                          MarshalledObject[] $param_arrayOf_MarshalledObject_2,
                                          Subject[] $param_arrayOf_Subject_3)
                                   throws IOException,
                                          InstanceNotFoundException
See Also:
RMIConnection, fetchNotifications, MBeanServerConnection.addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void close()
           throws IOException
See Also:
RMIConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance createMBean(String $param_String_1,
                                  ObjectName $param_ObjectName_2,
                                  MarshalledObject $param_MarshalledObject_3,
                                  String[] $param_arrayOf_String_4,
                                  Subject $param_Subject_5)
                           throws IOException,
                                  InstanceAlreadyExistsException,
                                  MBeanException,
                                  MBeanRegistrationException,
                                  NotCompliantMBeanException,
                                  ReflectionException
See Also:
getMBeanInfo(n), MBeanServerConnection.createMBean(String, ObjectName, Object[], String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance createMBean(String $param_String_1,
                                  ObjectName $param_ObjectName_2,
                                  ObjectName $param_ObjectName_3,
                                  MarshalledObject $param_MarshalledObject_4,
                                  String[] $param_arrayOf_String_5,
                                  Subject $param_Subject_6)
                           throws IOException,
                                  InstanceAlreadyExistsException,
                                  InstanceNotFoundException,
                                  MBeanException,
                                  MBeanRegistrationException,
                                  NotCompliantMBeanException,
                                  ReflectionException
See Also:
getMBeanInfo(n), MBeanServerConnection.createMBean(String, ObjectName, ObjectName, Object[], String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance createMBean(String $param_String_1,
                                  ObjectName $param_ObjectName_2,
                                  ObjectName $param_ObjectName_3,
                                  Subject $param_Subject_4)
                           throws IOException,
                                  InstanceAlreadyExistsException,
                                  InstanceNotFoundException,
                                  MBeanException,
                                  MBeanRegistrationException,
                                  NotCompliantMBeanException,
                                  ReflectionException
See Also:
getMBeanInfo(n), MBeanServerConnection.createMBean(String, ObjectName, ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance createMBean(String $param_String_1,
                                  ObjectName $param_ObjectName_2,
                                  Subject $param_Subject_3)
                           throws IOException,
                                  InstanceAlreadyExistsException,
                                  MBeanException,
                                  MBeanRegistrationException,
                                  NotCompliantMBeanException,
                                  ReflectionException
See Also:
getMBeanInfo(n), MBeanServerConnection.createMBean(String, ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public NotificationResult fetchNotifications(long $param_long_1,
                                             int $param_int_2,
                                             long $param_long_3)
                                      throws IOException
See Also:
RMIConnection, RMIConnection.addNotificationListeners(ObjectName[], MarshalledObject[], Subject[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getAttribute(ObjectName $param_ObjectName_1,
                           String $param_String_2,
                           Subject $param_Subject_3)
                    throws IOException,
                           AttributeNotFoundException,
                           InstanceNotFoundException,
                           MBeanException,
                           ReflectionException
See Also:
RMIConnection.setAttribute(javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject), MBeanServerConnection.getAttribute(ObjectName, String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AttributeList getAttributes(ObjectName $param_ObjectName_1,
                                   String[] $param_arrayOf_String_2,
                                   Subject $param_Subject_3)
                            throws IOException,
                                   InstanceNotFoundException,
                                   ReflectionException
See Also:
RMIConnection.setAttributes(javax.management.ObjectName, java.rmi.MarshalledObject, javax.security.auth.Subject), MBeanServerConnection.getAttributes(ObjectName, String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getConnectionId()
                       throws IOException
See Also:
RMIConnector.connect, RMIConnection
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getDefaultDomain(Subject $param_Subject_1)
                        throws IOException
See Also:
RMIConnection, MBeanServerConnection.getDefaultDomain()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String[] getDomains(Subject $param_Subject_1)
                    throws IOException
See Also:
RMIConnection, MBeanServerConnection.getDomains()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Integer getMBeanCount(Subject $param_Subject_1)
                      throws IOException
See Also:
RMIConnection, MBeanServerConnection.getMBeanCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public MBeanInfo getMBeanInfo(ObjectName $param_ObjectName_1,
                              Subject $param_Subject_2)
                       throws IOException,
                              InstanceNotFoundException,
                              IntrospectionException,
                              ReflectionException
See Also:
RMIConnection, MBeanServerConnection.getMBeanInfo(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ObjectInstance getObjectInstance(ObjectName $param_ObjectName_1,
                                        Subject $param_Subject_2)
                                 throws IOException,
                                        InstanceNotFoundException
See Also:
getMBeanInfo(name), MBeanServerConnection.getObjectInstance(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object invoke(ObjectName $param_ObjectName_1,
                     String $param_String_2,
                     MarshalledObject $param_MarshalledObject_3,
                     String[] $param_arrayOf_String_4,
                     Subject $param_Subject_5)
              throws IOException,
                     InstanceNotFoundException,
                     MBeanException,
                     ReflectionException
See Also:
RMIConnection, MBeanServerConnection.invoke(ObjectName, String, Object[], String[])
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isInstanceOf(ObjectName $param_ObjectName_1,
                            String $param_String_2,
                            Subject $param_Subject_3)
                     throws IOException,
                            InstanceNotFoundException
See Also:
RMIConnection, MBeanServerConnection.isInstanceOf(ObjectName, String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isRegistered(ObjectName $param_ObjectName_1,
                            Subject $param_Subject_2)
                     throws IOException
See Also:
RMIConnection, MBeanServerConnection.isRegistered(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Set queryMBeans(ObjectName $param_ObjectName_1,
                       MarshalledObject $param_MarshalledObject_2,
                       Subject $param_Subject_3)
                throws IOException
See Also:
RMIConnection, MBeanServerConnection.queryMBeans(ObjectName, QueryExp)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Set queryNames(ObjectName $param_ObjectName_1,
                      MarshalledObject $param_MarshalledObject_2,
                      Subject $param_Subject_3)
               throws IOException
See Also:
RMIConnection, MBeanServerConnection.queryNames(ObjectName, QueryExp)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(ObjectName $param_ObjectName_1,
                                       ObjectName $param_ObjectName_2,
                                       MarshalledObject $param_MarshalledObject_3,
                                       MarshalledObject $param_MarshalledObject_4,
                                       Subject $param_Subject_5)
                                throws IOException,
                                       InstanceNotFoundException,
                                       ListenerNotFoundException
See Also:
RMIConnection.addNotificationListener(javax.management.ObjectName, javax.management.ObjectName, java.rmi.MarshalledObject, java.rmi.MarshalledObject, javax.security.auth.Subject), MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListener(ObjectName $param_ObjectName_1,
                                       ObjectName $param_ObjectName_2,
                                       Subject $param_Subject_3)
                                throws IOException,
                                       InstanceNotFoundException,
                                       ListenerNotFoundException
See Also:
RMIConnection.addNotificationListener(javax.management.ObjectName, javax.management.ObjectName, java.rmi.MarshalledObject, java.rmi.MarshalledObject, javax.security.auth.Subject), MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeNotificationListeners(ObjectName $param_ObjectName_1,
                                        Integer[] $param_arrayOf_Integer_2,
                                        Subject $param_Subject_3)
                                 throws IOException,
                                        InstanceNotFoundException,
                                        ListenerNotFoundException
See Also:
RMIConnection, RMIConnection.addNotificationListeners(ObjectName[], MarshalledObject[], Subject[]), removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object), removeNotificationListener(ObjectName, NotificationListener)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public RMIConnectionImpl_Stub(RemoteRef ref)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAttribute(ObjectName $param_ObjectName_1,
                         MarshalledObject $param_MarshalledObject_2,
                         Subject $param_Subject_3)
                  throws IOException,
                         AttributeNotFoundException,
                         InstanceNotFoundException,
                         InvalidAttributeValueException,
                         MBeanException,
                         ReflectionException
See Also:
RMIConnection.getAttribute(javax.management.ObjectName, java.lang.String, javax.security.auth.Subject), MBeanServerConnection.setAttribute(ObjectName, Attribute)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AttributeList setAttributes(ObjectName $param_ObjectName_1,
                                   MarshalledObject $param_MarshalledObject_2,
                                   Subject $param_Subject_3)
                            throws IOException,
                                   InstanceNotFoundException,
                                   ReflectionException
See Also:
RMIConnection.getAttributes(javax.management.ObjectName, java.lang.String[], javax.security.auth.Subject), MBeanServerConnection.setAttributes(ObjectName, AttributeList)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void unregisterMBean(ObjectName $param_ObjectName_1,
                            Subject $param_Subject_2)
                     throws IOException,
                            InstanceNotFoundException,
                            MBeanRegistrationException
See Also:
RMIConnection, MBeanServerConnection.unregisterMBean(ObjectName)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags