Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


com.tangosol.coherence.servlet
Class AbstractHttpSessionCollection.ExitTask

java.lang.Object
  extended by com.tangosol.coherence.servlet.AbstractHttpSessionCollection.ExitTask

All Implemented Interfaces:
Invocable, Serializable, Runnable
Enclosing class:
AbstractHttpSessionCollection

Deprecated. In releases following 3.6 customization will be declarative.

public static class AbstractHttpSessionCollection.ExitTask
extends Object
implements Invocable

This task is used to unlock a session ID.


Constructor Summary
AbstractHttpSessionCollection.ExitTask(String sId)
          Deprecated. Construct an ExitTask to unlock a specific session.

 

Method Summary
 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

AbstractHttpSessionCollection.ExitTask

public AbstractHttpSessionCollection.ExitTask(String sId)
Deprecated. 
Construct an ExitTask to unlock a specific session.
Parameters:
sId - the id of the session that needs to be unlocked

Method Detail

init

public void init(InvocationService service)
Deprecated. 
Called by the InvocationService exactly once on this Invocable object as part of its initialization.

Note: implementations of the Invocable interface that store the service reference must do so only in a transient field.

Specified by:
init in interface Invocable
Parameters:
service - the containing InvocationService

getResult

public Object getResult()
Deprecated. 
Obtain the result of executing this ExitTask.
Specified by:
getResult in interface Invocable
Returns:
true if the session is/was stuck here and is now released or is marked to be released

run

public void run()
Deprecated. 
This method attempts to unlock the session ID associated with this ExitTask.
Specified by:
run in interface Invocable
Specified by:
run in interface Runnable
See Also:
Thread.run()

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.6.0.0

E15725-01


Copyright © 2000, 2010, Oracle and/or its affiliates. All rights reserved.