add a map of static attributes, with each key being the attributeName and the value being the
value to return for every invocation to this attribute getter
AND -
Static variable in class org.jboss.mx.remoting.event.ClassQueryExp
ClassQueryExp is a QueryExp implementation that allows you
to check the ObjectName on a query against one or more
class names to make sure that they are the instanceof one or more
classes.
CompositeQueryExp is a composite QueryExp that allows multiple QueryExp implementations to be
chained together (a little easier than trying to use Query class).
return the local MbeanServer by using the system property jboss.remoting.jmxid
which is set by the NetworkRegistry MBean when registered in the mbean server
MBeanServerClientInvokerProxy is an MBeanServer dynamic proxy that will forward all
MBeanServer requests to a remote MBeanServer via a RemoteClientInvoker.
MBeanTransportPreference is a utility class that will take into account the VM's setup transport
preferences when trying to create a preferred connection back to a remote MBeanServer.
NotificationEntry represents a Notification passed back to the client from a remote
server so that the client can properly coorelate the Notification object with a specific
client-side listener object, based on the handback, which was passed to the server by the
client as a specific, unique key.
set true (default) to automatically locate the appropriate MBeanServer on deserialization
or false to only locate on demand to the call to getMBeanServer.
Test the remoting of JMX Notifications with a valid listener
and a bad listener that attempts to hang the service by sleeping
in the notification callback.
Called by the RMI runtime sometime after the runtime determines that
the reference list, the list of clients referencing the remote object,
becomes empty.