This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


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 final class RMIConnectionImpl_Stub
extends RemoteStub
implements RMIConnection


Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary

          
 
Method Summary
 void
addNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, MarshalledObject $param_MarshalledObject_4, Subject $param_Subject_5)

          
 Integer[]
addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1, MarshalledObject[] $param_arrayOf_MarshalledObject_2, Subject[] $param_arrayOf_Subject_3)

          
 void

          
 ObjectInstance
createMBean(String $param_String_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5)

          
 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)

          
 ObjectInstance
createMBean(String $param_String_1, ObjectName $param_ObjectName_2, ObjectName $param_ObjectName_3, Subject $param_Subject_4)

          
 ObjectInstance
createMBean(String $param_String_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3)

          
 NotificationResult
fetchNotifications(long $param_long_1, int $param_int_2, long $param_long_3)

          
 Object
getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3)

          
 AttributeList
getAttributes(ObjectName $param_ObjectName_1, String[] $param_arrayOf_String_2, Subject $param_Subject_3)

          
 String

          
 String
getDefaultDomain(Subject $param_Subject_1)

          
 String[]
getDomains(Subject $param_Subject_1)

          
 Integer
getMBeanCount(Subject $param_Subject_1)

          
 MBeanInfo
getMBeanInfo(ObjectName $param_ObjectName_1, Subject $param_Subject_2)

          
 ObjectInstance
getObjectInstance(ObjectName $param_ObjectName_1, Subject $param_Subject_2)

          
 Object
invoke(ObjectName $param_ObjectName_1, String $param_String_2, MarshalledObject $param_MarshalledObject_3, String[] $param_arrayOf_String_4, Subject $param_Subject_5)

          
 boolean
isInstanceOf(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3)

          
 boolean
isRegistered(ObjectName $param_ObjectName_1, Subject $param_Subject_2)

          
 Set
queryMBeans(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)

          
 Set
queryNames(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)

          
 void
removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, MarshalledObject $param_MarshalledObject_3, MarshalledObject $param_MarshalledObject_4, Subject $param_Subject_5)

          
 void
removeNotificationListener(ObjectName $param_ObjectName_1, ObjectName $param_ObjectName_2, Subject $param_Subject_3)

          
 void
removeNotificationListeners(ObjectName $param_ObjectName_1, Integer[] $param_arrayOf_Integer_2, Subject $param_Subject_3)

          
 void
setAttribute(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)

          
 AttributeList
setAttributes(ObjectName $param_ObjectName_1, MarshalledObject $param_MarshalledObject_2, Subject $param_Subject_3)

          
 void
unregisterMBean(ObjectName $param_ObjectName_1, Subject $param_Subject_2)

          
 
Methods inherited from class java.rmi.server.RemoteStub
setRef
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIConnectionImpl_Stub

public RMIConnectionImpl_Stub(RemoteRef ref)
Parameters:
ref
Method Detail

addNotificationListener

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
Parameters:
$param_ObjectName_1
$param_ObjectName_2
$param_MarshalledObject_3
$param_MarshalledObject_4
$param_Subject_5
Throws:
IOException
InstanceNotFoundException

addNotificationListeners

public Integer[] addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1,
                                          MarshalledObject[] $param_arrayOf_MarshalledObject_2,
                                          Subject[] $param_arrayOf_Subject_3)
                                   throws IOException,
                                          InstanceNotFoundException
Parameters:
$param_arrayOf_ObjectName_1
$param_arrayOf_MarshalledObject_2
$param_arrayOf_Subject_3
Throws:
IOException
InstanceNotFoundException

close

public void close()
           throws IOException
Throws:
IOException

createMBean

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
Parameters:
$param_String_1
$param_ObjectName_2
$param_MarshalledObject_3
$param_arrayOf_String_4
$param_Subject_5
Throws:
IOException
InstanceAlreadyExistsException
MBeanException
MBeanRegistrationException
NotCompliantMBeanException
ReflectionException

createMBean

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
Parameters:
$param_String_1
$param_ObjectName_2
$param_ObjectName_3
$param_MarshalledObject_4
$param_arrayOf_String_5
$param_Subject_6
Throws:
IOException
InstanceAlreadyExistsException
InstanceNotFoundException
MBeanException
MBeanRegistrationException
NotCompliantMBeanException
ReflectionException

createMBean

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
Parameters:
$param_String_1
$param_ObjectName_2
$param_ObjectName_3
$param_Subject_4
Throws:
IOException
InstanceAlreadyExistsException
InstanceNotFoundException
MBeanException
MBeanRegistrationException
NotCompliantMBeanException
ReflectionException

createMBean

public ObjectInstance createMBean(String $param_String_1,
                                  ObjectName $param_ObjectName_2,
                                  Subject $param_Subject_3)
                           throws IOException,
                                  InstanceAlreadyExistsException,
                                  MBeanException,
                                  MBeanRegistrationException,
                                  NotCompliantMBeanException,
                                  ReflectionException
Parameters:
$param_String_1
$param_ObjectName_2
$param_Subject_3
Throws:
IOException
InstanceAlreadyExistsException
MBeanException
MBeanRegistrationException
NotCompliantMBeanException
ReflectionException

fetchNotifications

public NotificationResult fetchNotifications(long $param_long_1,
                                             int $param_int_2,
                                             long $param_long_3)
                                      throws IOException
Parameters:
$param_long_1
$param_int_2
$param_long_3
Throws:
IOException

getAttribute

public Object getAttribute(ObjectName $param_ObjectName_1,
                           String $param_String_2,
                           Subject $param_Subject_3)
                    throws IOException,
                           AttributeNotFoundException,
                           InstanceNotFoundException,
                           MBeanException,
                           ReflectionException
Parameters:
$param_ObjectName_1
$param_String_2
$param_Subject_3
Throws:
IOException
AttributeNotFoundException
InstanceNotFoundException
MBeanException
ReflectionException

getAttributes

public AttributeList getAttributes(ObjectName $param_ObjectName_1,
                                   String[] $param_arrayOf_String_2,
                                   Subject $param_Subject_3)
                            throws IOException,
                                   InstanceNotFoundException,
                                   ReflectionException
Parameters:
$param_ObjectName_1
$param_arrayOf_String_2
$param_Subject_3
Throws:
IOException
InstanceNotFoundException
ReflectionException

getConnectionId

public String getConnectionId()
                       throws IOException
Throws:
IOException

getDefaultDomain

public String getDefaultDomain(Subject $param_Subject_1)
                        throws IOException
Parameters:
$param_Subject_1
Throws:
IOException

getDomains

public String[] getDomains(Subject $param_Subject_1)
                    throws IOException
Parameters:
$param_Subject_1
Throws:
IOException

getMBeanCount

public Integer getMBeanCount(Subject $param_Subject_1)
                      throws IOException
Parameters:
$param_Subject_1
Throws:
IOException

getMBeanInfo

public MBeanInfo getMBeanInfo(ObjectName $param_ObjectName_1,
                              Subject $param_Subject_2)
                       throws IOException,
                              InstanceNotFoundException,
                              IntrospectionException,
                              ReflectionException
Parameters:
$param_ObjectName_1
$param_Subject_2
Throws:
IOException
InstanceNotFoundException
IntrospectionException
ReflectionException

getObjectInstance

public ObjectInstance getObjectInstance(ObjectName $param_ObjectName_1,
                                        Subject $param_Subject_2)
                                 throws IOException,
                                        InstanceNotFoundException
Parameters:
$param_ObjectName_1
$param_Subject_2
Throws:
IOException
InstanceNotFoundException

invoke

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
Parameters:
$param_ObjectName_1
$param_String_2
$param_MarshalledObject_3
$param_arrayOf_String_4
$param_Subject_5
Throws:
IOException
InstanceNotFoundException
MBeanException
ReflectionException

isInstanceOf

public boolean isInstanceOf(ObjectName $param_ObjectName_1,
                            String $param_String_2,
                            Subject $param_Subject_3)
                     throws IOException,
                            InstanceNotFoundException
Parameters:
$param_ObjectName_1
$param_String_2
$param_Subject_3
Throws:
IOException
InstanceNotFoundException

isRegistered

public boolean isRegistered(ObjectName $param_ObjectName_1,
                            Subject $param_Subject_2)
                     throws IOException
Parameters:
$param_ObjectName_1
$param_Subject_2
Throws:
IOException

queryMBeans

public Set queryMBeans(ObjectName $param_ObjectName_1,
                       MarshalledObject $param_MarshalledObject_2,
                       Subject $param_Subject_3)
                throws IOException
Parameters:
$param_ObjectName_1
$param_MarshalledObject_2
$param_Subject_3
Throws:
IOException

queryNames

public Set queryNames(ObjectName $param_ObjectName_1,
                      MarshalledObject $param_MarshalledObject_2,
                      Subject $param_Subject_3)
               throws IOException
Parameters:
$param_ObjectName_1
$param_MarshalledObject_2
$param_Subject_3
Throws:
IOException

removeNotificationListener

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
Parameters:
$param_ObjectName_1
$param_ObjectName_2
$param_MarshalledObject_3
$param_MarshalledObject_4
$param_Subject_5
Throws:
IOException
InstanceNotFoundException
ListenerNotFoundException

removeNotificationListener

public void removeNotificationListener(ObjectName $param_ObjectName_1,
                                       ObjectName $param_ObjectName_2,
                                       Subject $param_Subject_3)
                                throws IOException,
                                       InstanceNotFoundException,
                                       ListenerNotFoundException
Parameters:
$param_ObjectName_1
$param_ObjectName_2
$param_Subject_3
Throws:
IOException
InstanceNotFoundException
ListenerNotFoundException

removeNotificationListeners

public void removeNotificationListeners(ObjectName $param_ObjectName_1,
                                        Integer[] $param_arrayOf_Integer_2,
                                        Subject $param_Subject_3)
                                 throws IOException,
                                        InstanceNotFoundException,
                                        ListenerNotFoundException
Parameters:
$param_ObjectName_1
$param_arrayOf_Integer_2
$param_Subject_3
Throws:
IOException
InstanceNotFoundException
ListenerNotFoundException

setAttribute

public void setAttribute(ObjectName $param_ObjectName_1,
                         MarshalledObject $param_MarshalledObject_2,
                         Subject $param_Subject_3)
                  throws IOException,
                         AttributeNotFoundException,
                         InstanceNotFoundException,
                         InvalidAttributeValueException,
                         MBeanException,
                         ReflectionException
Parameters:
$param_ObjectName_1
$param_MarshalledObject_2
$param_Subject_3
Throws:
IOException
AttributeNotFoundException
InstanceNotFoundException
InvalidAttributeValueException
MBeanException
ReflectionException

setAttributes

public AttributeList setAttributes(ObjectName $param_ObjectName_1,
                                   MarshalledObject $param_MarshalledObject_2,
                                   Subject $param_Subject_3)
                            throws IOException,
                                   InstanceNotFoundException,
                                   ReflectionException
Parameters:
$param_ObjectName_1
$param_MarshalledObject_2
$param_Subject_3
Throws:
IOException
InstanceNotFoundException
ReflectionException

unregisterMBean

public void unregisterMBean(ObjectName $param_ObjectName_1,
                            Subject $param_Subject_2)
                     throws IOException,
                            InstanceNotFoundException,
                            MBeanRegistrationException
Parameters:
$param_ObjectName_1
$param_Subject_2
Throws:
IOException
InstanceNotFoundException
MBeanRegistrationException


This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.