|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask
public static class AbstractHttpSessionCollection.ExitTask
This task is used to unlock a session ID.
Constructor Summary | |
---|---|
AbstractHttpSessionCollection.ExitTask(java.lang.String sId) Construct an ExitTask to unlock a specific session. |
Method Summary | |
---|---|
java.lang.Object |
getResult() Obtain the result of executing this ExitTask. |
void |
init(InvocationService service) Called by the InvocationService exactly once on this Invocable object as part of its initialization. |
void |
run() This method attempts to unlock the session ID associated with this ExitTask. |
Constructor Detail |
---|
public AbstractHttpSessionCollection.ExitTask(java.lang.String sId)
sId
- the id of the session that needs to be unlockedMethod Detail |
---|
public void init(InvocationService service)
Note: implementations of the Invocable interface that store the service reference must do so only in a transient field.
init
in interface Invocable
service
- the containing InvocationServicepublic java.lang.Object getResult()
getResult
in interface Invocable
public void run()
run
in interface Invocable
run
in interface java.lang.Runnable
|
Oracle® Coherence Java API Reference v3.5 E14977-01 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |