|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.oddjob.jmx.client.ClientSessionImpl
public class ClientSessionImpl
| Constructor Summary | |
|---|---|
ClientSessionImpl(MBeanServerConnection serverConnection,
NotificationProcessor notificationProcessor,
ArooaSession arooaSession,
org.apache.log4j.Logger logger)
|
|
| Method Summary | |
|---|---|
Object |
create(ObjectName objectName)
Create or find a previously created proxy for the JMX object name. |
void |
destroy(Object proxy)
Destroy a client side proxy. |
ArooaSession |
getArooaSession()
Get the ArooaSession the client was
created with. |
NotificationProcessor |
getNotificationProcessor()
|
MBeanServerConnection |
getServerConnection()
|
org.apache.log4j.Logger |
logger()
The Client JOb Logger, visible in explorer. |
ObjectName |
nameFor(Object proxy)
|
Object |
objectFor(ObjectName name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClientSessionImpl(MBeanServerConnection serverConnection,
NotificationProcessor notificationProcessor,
ArooaSession arooaSession,
org.apache.log4j.Logger logger)
| Method Detail |
|---|
public Object create(ObjectName objectName)
ClientSession
create in interface ClientSessionobjectName - The JMX object name.
public ObjectName nameFor(Object proxy)
nameFor in interface ObjectNamespublic Object objectFor(ObjectName name)
objectFor in interface ObjectNamespublic void destroy(Object proxy)
ClientSession
destroy in interface ClientSessionpublic ArooaSession getArooaSession()
ClientSessionArooaSession the client was
created with.
getArooaSession in interface ClientSessionpublic org.apache.log4j.Logger logger()
ClientSession
logger in interface ClientSessionpublic MBeanServerConnection getServerConnection()
public NotificationProcessor getNotificationProcessor()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||