|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Specifies a "control" management interface for the AEF
SessionServer
object.
The purpose of this MBean is to allow more detailed control of the AEF SessionServer
than what is available through the base SessionServerMBean
management interface.
MBeans of this type are created on demand through SessionServerMBean.enableDetailedControl()
.
When not needed anymore, these MBeans should be destroyed via SessionServerMBean.destroyDetailedControl()
.
The ObjectName
of this MBean includes the following attributes, in addition to the SIF
attributes of StoreID
and DeviceID
:
The following operations are included in this management interface:
Method Summary | |
---|---|
void |
destroySession(java.lang.String sessionID)
Destroy the session corresponding to the specified session ID. |
Method Detail |
public void destroySession(java.lang.String sessionID) throws AEFException
SessionServer.destroySession()
for
information on specific error codes that can be returned with the AEFException
.
Note: this method can only be invoked for virtual (CSS) sessions.
AEFException
SessionServer.destroySession(String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |