|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClientSession
A facility shared by all client side handlers.
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. |
void |
destroyAll()
Destroy all proxies on the client side. |
ArooaSession |
getArooaSession()
Get the ArooaSession the client was
created with. |
org.apache.log4j.Logger |
logger()
The Client JOb Logger, visible in explorer. |
Methods inherited from interface org.oddjob.jmx.ObjectNames |
---|
nameFor, objectFor |
Method Detail |
---|
Object create(ObjectName objectName)
objectName
- The JMX object name.
void destroy(Object proxy)
proxy
- ArooaSession getArooaSession()
ArooaSession
the client was
created with.
org.apache.log4j.Logger logger()
void destroyAll()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |