railo.runtime.util.pool
Class PoolHandler

java.lang.Object
  extended by railo.runtime.util.pool.PoolHandler

public abstract class PoolHandler
extends Object

Box for a Object for the Pool


Constructor Summary
PoolHandler()
          constructor of the class
 
Method Summary
abstract  void clear()
          clear the Handler
abstract  Object getData()
          returns the Value
 long getTime()
           
abstract  void setData(Object o)
          sets the value
 void setTime()
          Sets the Time
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolHandler

public PoolHandler()
constructor of the class

Method Detail

clear

public abstract void clear()
clear the Handler


getTime

public final long getTime()
Returns:
returns the Time

setTime

public final void setTime()
Sets the Time


setData

public abstract void setData(Object o)
sets the value

Parameters:
o -

getData

public abstract Object getData()
returns the Value

Returns:


Copyright © 2012 Railo