java.lang.Object
javax.management.remote.rmi.RMIConnectionImpl
- All Implemented Interfaces:
- Remote, Unreferenced, RMIConnection
public void addNotificationListener(ObjectName name,
ObjectName listener,
MarshalledObject filter,
MarshalledObject handback,
Subject delegationSubject)
throws InstanceNotFoundException,
IOException
- 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[] names,
MarshalledObject[] filters,
Subject[] delegationSubjects)
throws InstanceNotFoundException,
IOException
- 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 className,
ObjectName name,
MarshalledObject params,
String[] signature,
Subject delegationSubject)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
IOException
- 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 className,
ObjectName name,
ObjectName loaderName,
MarshalledObject params,
String[] signature,
Subject delegationSubject)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
InstanceNotFoundException,
IOException
- 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 className,
ObjectName name,
ObjectName loaderName,
Subject delegationSubject)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
InstanceNotFoundException,
IOException
- 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 className,
ObjectName name,
Subject delegationSubject)
throws ReflectionException,
InstanceAlreadyExistsException,
MBeanRegistrationException,
MBeanException,
NotCompliantMBeanException,
IOException
- 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 clientSequenceNumber,
int maxNotifications,
long timeout)
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 name,
String attribute,
Subject delegationSubject)
throws MBeanException,
AttributeNotFoundException,
InstanceNotFoundException,
ReflectionException,
IOException
- 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 name,
String[] attributes,
Subject delegationSubject)
throws InstanceNotFoundException,
ReflectionException,
IOException
- 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 delegationSubject)
throws IOException
- See Also:
- RMIConnection,
MBeanServerConnection.getDefaultDomain()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public String[] getDomains(Subject delegationSubject)
throws IOException
- See Also:
- RMIConnection,
MBeanServerConnection.getDomains()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Integer getMBeanCount(Subject delegationSubject)
throws IOException
- See Also:
- RMIConnection,
MBeanServerConnection.getMBeanCount()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public MBeanInfo getMBeanInfo(ObjectName name,
Subject delegationSubject)
throws InstanceNotFoundException,
IntrospectionException,
ReflectionException,
IOException
- See Also:
- RMIConnection,
MBeanServerConnection.getMBeanInfo(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public ObjectInstance getObjectInstance(ObjectName name,
Subject delegationSubject)
throws InstanceNotFoundException,
IOException
- See Also:
-
getMBeanInfo(name)
, MBeanServerConnection.getObjectInstance(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Object invoke(ObjectName name,
String operationName,
MarshalledObject params,
String[] signature,
Subject delegationSubject)
throws InstanceNotFoundException,
MBeanException,
ReflectionException,
IOException
- 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 name,
String className,
Subject delegationSubject)
throws InstanceNotFoundException,
IOException
- See Also:
- RMIConnection,
MBeanServerConnection.isInstanceOf(ObjectName,
String)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public boolean isRegistered(ObjectName name,
Subject delegationSubject)
throws IOException
- See Also:
- RMIConnection,
MBeanServerConnection.isRegistered(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Set<ObjectInstance> queryMBeans(ObjectName name,
MarshalledObject query,
Subject delegationSubject)
throws IOException
- See Also:
- RMIConnection,
MBeanServerConnection.queryMBeans(ObjectName,
QueryExp)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public Set<ObjectName> queryNames(ObjectName name,
MarshalledObject query,
Subject delegationSubject)
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 name,
ObjectName listener,
MarshalledObject filter,
MarshalledObject handback,
Subject delegationSubject)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- 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 name,
ObjectName listener,
Subject delegationSubject)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- 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 name,
Integer[] listenerIDs,
Subject delegationSubject)
throws InstanceNotFoundException,
ListenerNotFoundException,
IOException
- 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(RMIServerImpl rmiServer,
String connectionId,
ClassLoader defaultClassLoader,
Subject subject,
Map<String,?> env)
- See Also:
RMIIIOPServerImpl.makeClient(String,Subject)
, RMIJRMPServerImpl.makeClient(String,Subject)
, RMIConnection
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void setAttribute(ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
throws InstanceNotFoundException,
AttributeNotFoundException,
InvalidAttributeValueException,
MBeanException,
ReflectionException,
IOException
- 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 name,
MarshalledObject attributes,
Subject delegationSubject)
throws InstanceNotFoundException,
ReflectionException,
IOException
- 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 String toString()
- See Also:
- Object
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void unreferenced()
- See Also:
- Unreferenced
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
public void unregisterMBean(ObjectName name,
Subject delegationSubject)
throws InstanceNotFoundException,
MBeanRegistrationException,
IOException
- See Also:
- RMIConnection,
MBeanServerConnection.unregisterMBean(ObjectName)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples