GNU Classpath (0.97.2) | |
Frames | No Frames |
Methods with parameter type java.rmi.MarshalledObject | |
ActivationID | Activatable.exportObject(Remote obj, String location, MarshalledObject<T> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) Register and export the object that activatable object that is not derived
from the Activatable super class. |
Methods with return type java.rmi.MarshalledObject | |
MarshalledObject<T> | Stub method for ActivationGroup.newInstance() .
|
Methods with parameter type java.rmi.MarshalledObject | |
void | RMIConnection.addNotificationListener(ObjectName name, ObjectName listener, MarshalledObject<T> filter, MarshalledObject<T> passback, Subject delegationSubject) Handles MBeanServerConnection.addNotificationListener(ObjectName,
ObjectName, NotificationFilter, Object) by
registering the supplied listener with the specified management
bean. |
Integer[] | RMIConnection.addNotificationListeners(ObjectName[] names, MarshalledObject<T>[] filters, Subject[] delegationSubjects) Handles MBeanServerConnection.addNotificationListener(ObjectName,
NotificationListener, NotificationFilter, Object) by
registering for notifications from the specified management
beans. |
ObjectInstance | RMIConnection.createMBean(String className, ObjectName name, MarshalledObject<T> params, String[] sig, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName,
Object[], String[]) . |
ObjectInstance | RMIConnection.createMBean(String className, ObjectName name, ObjectName loaderName, MarshalledObject<T> params, String[] sig, Subject delegationSubject)
Handles MBeanServerConnection.createMBean(String, ObjectName,
ObjectName, Object[], String[]) . |
Object | RMIConnection.invoke(ObjectName bean, String name, MarshalledObject<T> params, String[] sig, Subject delegationSubject)
Handles MBeanServerConnection.invoke(ObjectName, String, Object[],
String[]) . |
Set |
Handles MBeanServerConnection.queryMBeans(ObjectName, QueryExp) .
|
Set |
Handles MBeanServerConnection.queryNames(ObjectName, QueryExp) .
|
void | RMIConnection.removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject<T> filter, MarshalledObject<T> passback, Subject delegationSubject)
Handles MBeanServerConnection.removeNotificationListener(ObjectName,
ObjectName, NotificationFilter, Object) . |
void | RMIConnection.setAttribute(ObjectName name, MarshalledObject<T> attribute, Subject delegationSubject) Handles MBeanServerConnection.setAttribute(ObjectName, Attribute)
by setting the value of the specified attribute of the supplied
management bean. |
AttributeList | RMIConnection.setAttributes(ObjectName name, MarshalledObject<T> attributes, Subject delegationSubject) Handles MBeanServerConnection.setAttributes(ObjectName, AttributeList)
by setting the value of each of the specified attributes
of the supplied management bean to that specified by
the Attribute object. |
GNU Classpath (0.97.2) |