| Package | Description | 
|---|---|
| java.rmi.activation | Provides support for RMI Object Activation. | 
| javax.management.remote.rmi | The RMI connector is a connector for the JMX Remote API that
      uses RMI to transmit client requests to a remote MBean server. | 
| Modifier and Type | Method and Description | 
|---|---|
| MarshalledObject<? extends Remote> | Activator. activate(ActivationID id,
        boolean force)Activate the object associated with the activation identifier,
  id. | 
| MarshalledObject<?> | ActivationDesc. getData()Returns a "marshalled object" containing intialization/activation
 data for the object specified by this descriptor. | 
| MarshalledObject<?> | ActivationGroupDesc. getData()Returns the group's initialization data. | 
| MarshalledObject<? extends Remote> | ActivationInstantiator. newInstance(ActivationID id,
           ActivationDesc desc)The activator calls an instantiator's  newInstancemethod in order to recreate in that group an object with the
 activation identifier,id, and descriptor,desc. | 
| MarshalledObject | ActivationGroup_Stub. newInstance(ActivationID id,
           ActivationDesc desc)Stub method for  ActivationGroup.newInstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ActivationGroup. activeObject(ActivationID id,
            MarshalledObject<? extends Remote> mobj)This protected method is necessary for subclasses to
 make the  activeObjectcallback to the group's
 monitor. | 
| void | ActivationMonitor. activeObject(ActivationID id,
            MarshalledObject<? extends Remote> obj)Informs that an object is now active. | 
| static ActivationID | Activatable. exportObject(Remote obj,
            String location,
            MarshalledObject<?> data,
            boolean restart,
            int port)Registers an activation descriptor (with the specified location,
 data, and restart mode) for the specified object, and exports that
 object with the specified port. | 
| static ActivationID | Activatable. exportObject(Remote obj,
            String location,
            MarshalledObject<?> data,
            boolean restart,
            int port,
            RMIClientSocketFactory csf,
            RMIServerSocketFactory ssf)Registers an activation descriptor (with the specified location,
 data, and restart mode) for the specified object, and exports that
 object with the specified port, and the specified client and server
 socket factories. | 
| Constructor and Description | 
|---|
| Activatable(String location,
           MarshalledObject<?> data,
           boolean restart,
           int port)Constructs an activatable remote object by registering
 an activation descriptor (with the specified location, data, and
 restart mode) for this object, and exporting the object with the
 specified port. | 
| Activatable(String location,
           MarshalledObject<?> data,
           boolean restart,
           int port,
           RMIClientSocketFactory csf,
           RMIServerSocketFactory ssf)Constructs an activatable remote object by registering
 an activation descriptor (with the specified location, data, and
 restart mode) for this object, and exporting the object with the
 specified port, and specified client and server socket factories. | 
| ActivationDesc(ActivationGroupID groupID,
              String className,
              String location,
              MarshalledObject<?> data)Constructs an object descriptor for an object whose class name
 is  classNamethat can be loaded from the
 codelocationand whose initialization
 information isdata. | 
| ActivationDesc(ActivationGroupID groupID,
              String className,
              String location,
              MarshalledObject<?> data,
              boolean restart)Constructs an object descriptor for an object whose class name
 is  classNamethat can be loaded from the
 codelocationand whose initialization
 information isdata. | 
| ActivationDesc(String className,
              String location,
              MarshalledObject<?> data)Constructs an object descriptor for an object whose class name
 is  className, that can be loaded from the
 codelocationand whose initialization
 information isdata. | 
| ActivationDesc(String className,
              String location,
              MarshalledObject<?> data,
              boolean restart)Constructs an object descriptor for an object whose class name
 is  className, that can be loaded from the
 codelocationand whose initialization
 information isdata. | 
| ActivationGroupDesc(String className,
                   String location,
                   MarshalledObject<?> data,
                   Properties overrides,
                   ActivationGroupDesc.CommandEnvironment cmd)Specifies an alternate group implementation and execution
 environment to be used for the group. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RMIConnection. addNotificationListener(ObjectName name,
                       ObjectName listener,
                       MarshalledObject filter,
                       MarshalledObject handback,
                       Subject delegationSubject) | 
| void | RMIConnection. addNotificationListener(ObjectName name,
                       ObjectName listener,
                       MarshalledObject filter,
                       MarshalledObject handback,
                       Subject delegationSubject) | 
| void | RMIConnectionImpl. addNotificationListener(ObjectName name,
                       ObjectName listener,
                       MarshalledObject filter,
                       MarshalledObject handback,
                       Subject delegationSubject) | 
| void | RMIConnectionImpl. addNotificationListener(ObjectName name,
                       ObjectName listener,
                       MarshalledObject filter,
                       MarshalledObject handback,
                       Subject delegationSubject) | 
| void | RMIConnectionImpl_Stub. addNotificationListener(ObjectName $param_ObjectName_1,
                       ObjectName $param_ObjectName_2,
                       MarshalledObject $param_MarshalledObject_3,
                       MarshalledObject $param_MarshalledObject_4,
                       Subject $param_Subject_5) | 
| void | RMIConnectionImpl_Stub. addNotificationListener(ObjectName $param_ObjectName_1,
                       ObjectName $param_ObjectName_2,
                       MarshalledObject $param_MarshalledObject_3,
                       MarshalledObject $param_MarshalledObject_4,
                       Subject $param_Subject_5) | 
| Integer[] | RMIConnection. addNotificationListeners(ObjectName[] names,
                        MarshalledObject[] filters,
                        Subject[] delegationSubjects) | 
| Integer[] | RMIConnectionImpl. addNotificationListeners(ObjectName[] names,
                        MarshalledObject[] filters,
                        Subject[] delegationSubjects) | 
| Integer[] | RMIConnectionImpl_Stub. addNotificationListeners(ObjectName[] $param_arrayOf_ObjectName_1,
                        MarshalledObject[] $param_arrayOf_MarshalledObject_2,
                        Subject[] $param_arrayOf_Subject_3) | 
| ObjectInstance | RMIConnection. createMBean(String className,
           ObjectName name,
           MarshalledObject params,
           String[] signature,
           Subject delegationSubject)Handles the method  MBeanServerConnection.createMBean(String,
 ObjectName, Object[], String[]). | 
| ObjectInstance | RMIConnectionImpl. createMBean(String className,
           ObjectName name,
           MarshalledObject params,
           String[] signature,
           Subject delegationSubject) | 
| ObjectInstance | RMIConnectionImpl_Stub. createMBean(String $param_String_1,
           ObjectName $param_ObjectName_2,
           MarshalledObject $param_MarshalledObject_3,
           String[] $param_arrayOf_String_4,
           Subject $param_Subject_5) | 
| ObjectInstance | RMIConnection. createMBean(String className,
           ObjectName name,
           ObjectName loaderName,
           MarshalledObject params,
           String[] signature,
           Subject delegationSubject) | 
| ObjectInstance | RMIConnectionImpl. createMBean(String className,
           ObjectName name,
           ObjectName loaderName,
           MarshalledObject params,
           String[] signature,
           Subject delegationSubject) | 
| ObjectInstance | RMIConnectionImpl_Stub. 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) | 
| Object | RMIConnection. invoke(ObjectName name,
      String operationName,
      MarshalledObject params,
      String[] signature,
      Subject delegationSubject)Handles the method  MBeanServerConnection.invoke(ObjectName,
 String, Object[], String[]). | 
| Object | RMIConnectionImpl. invoke(ObjectName name,
      String operationName,
      MarshalledObject params,
      String[] signature,
      Subject delegationSubject) | 
| Object | RMIConnectionImpl_Stub. invoke(ObjectName $param_ObjectName_1,
      String $param_String_2,
      MarshalledObject $param_MarshalledObject_3,
      String[] $param_arrayOf_String_4,
      Subject $param_Subject_5) | 
| Set<ObjectInstance> | RMIConnection. queryMBeans(ObjectName name,
           MarshalledObject query,
           Subject delegationSubject)Handles the method  MBeanServerConnection.queryMBeans(ObjectName,
 QueryExp). | 
| Set<ObjectInstance> | RMIConnectionImpl. queryMBeans(ObjectName name,
           MarshalledObject query,
           Subject delegationSubject) | 
| Set | RMIConnectionImpl_Stub. queryMBeans(ObjectName $param_ObjectName_1,
           MarshalledObject $param_MarshalledObject_2,
           Subject $param_Subject_3) | 
| Set<ObjectName> | RMIConnection. queryNames(ObjectName name,
          MarshalledObject query,
          Subject delegationSubject)Handles the method  MBeanServerConnection.queryNames(ObjectName,
 QueryExp). | 
| Set<ObjectName> | RMIConnectionImpl. queryNames(ObjectName name,
          MarshalledObject query,
          Subject delegationSubject) | 
| Set | RMIConnectionImpl_Stub. queryNames(ObjectName $param_ObjectName_1,
          MarshalledObject $param_MarshalledObject_2,
          Subject $param_Subject_3) | 
| void | RMIConnection. removeNotificationListener(ObjectName name,
                          ObjectName listener,
                          MarshalledObject filter,
                          MarshalledObject handback,
                          Subject delegationSubject) | 
| void | RMIConnection. removeNotificationListener(ObjectName name,
                          ObjectName listener,
                          MarshalledObject filter,
                          MarshalledObject handback,
                          Subject delegationSubject) | 
| void | RMIConnectionImpl. removeNotificationListener(ObjectName name,
                          ObjectName listener,
                          MarshalledObject filter,
                          MarshalledObject handback,
                          Subject delegationSubject) | 
| void | RMIConnectionImpl. removeNotificationListener(ObjectName name,
                          ObjectName listener,
                          MarshalledObject filter,
                          MarshalledObject handback,
                          Subject delegationSubject) | 
| void | RMIConnectionImpl_Stub. removeNotificationListener(ObjectName $param_ObjectName_1,
                          ObjectName $param_ObjectName_2,
                          MarshalledObject $param_MarshalledObject_3,
                          MarshalledObject $param_MarshalledObject_4,
                          Subject $param_Subject_5) | 
| void | RMIConnectionImpl_Stub. removeNotificationListener(ObjectName $param_ObjectName_1,
                          ObjectName $param_ObjectName_2,
                          MarshalledObject $param_MarshalledObject_3,
                          MarshalledObject $param_MarshalledObject_4,
                          Subject $param_Subject_5) | 
| void | RMIConnection. setAttribute(ObjectName name,
            MarshalledObject attribute,
            Subject delegationSubject)Handles the method  MBeanServerConnection.setAttribute(ObjectName,
 Attribute). | 
| void | RMIConnectionImpl. setAttribute(ObjectName name,
            MarshalledObject attribute,
            Subject delegationSubject) | 
| void | RMIConnectionImpl_Stub. setAttribute(ObjectName $param_ObjectName_1,
            MarshalledObject $param_MarshalledObject_2,
            Subject $param_Subject_3) | 
| AttributeList | RMIConnection. setAttributes(ObjectName name,
             MarshalledObject attributes,
             Subject delegationSubject)Handles the method  MBeanServerConnection.setAttributes(ObjectName,
 AttributeList). | 
| AttributeList | RMIConnectionImpl. setAttributes(ObjectName name,
             MarshalledObject attributes,
             Subject delegationSubject) | 
| AttributeList | RMIConnectionImpl_Stub. setAttributes(ObjectName $param_ObjectName_1,
             MarshalledObject $param_MarshalledObject_2,
             Subject $param_Subject_3) | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2015, Oracle and/or its affiliates.  All rights reserved.