|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-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
Deprecated. In releases following 3.6 customization will be declarative.
public static class AbstractHttpSessionCollection.ExitTask
This task is used to unlock a session ID.
| Constructor Summary | |
|---|---|
AbstractHttpSessionCollection.ExitTask(java.lang.String sId)Deprecated. Construct an ExitTask to unlock a specific session. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getResult()Deprecated. Obtain the result of executing this ExitTask. |
void |
init(InvocationService service)Deprecated. Called by the InvocationService exactly once on this Invocable object as part of its initialization. |
void |
run()Deprecated. 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 unlocked| Method 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 Invocableservice - the containing InvocationServicepublic java.lang.Object getResult()
getResult in interface Invocablepublic void run()
run in interface Invocablerun in interface java.lang.RunnableThread.run()
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||