org.norther.tammi.spray.engine.tool
Class VoidTool

java.lang.Object
  extended by org.norther.tammi.core.pool.RecyclableSupport
      extended by org.norther.tammi.core.pool.PoolableSupport
          extended by org.norther.tammi.spray.engine.tool.GlobalTool
              extended by org.norther.tammi.spray.engine.tool.VoidTool
All Implemented Interfaces:
Serializable, Cloneable, EventListener, Poolable, Recyclable, ContextBindingListener

public class VoidTool
extends GlobalTool

A global tool for void references.

Author:
Ilkka Priha
See Also:
Serialized Form

Constructor Summary
VoidTool()
          Constructs a new tool.
 
Method Summary
 void dispose()
          Disposes the object by setting its disposed flag.
 String toString()
          Converts the tool into a string.
 void valueBound(ContextBindingEvent event)
          Notifies the object that it is being bound to a context.
 
Methods inherited from class org.norther.tammi.spray.engine.tool.GlobalTool
clone, getContext, getContextToolFilter, getMBeanServer, getName, isBound, nop, valueUnbound
 
Methods inherited from class org.norther.tammi.core.pool.PoolableSupport
disposed, recycled
 
Methods inherited from class org.norther.tammi.core.pool.RecyclableSupport
isDisposed, recycle
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.norther.tammi.core.pool.Recyclable
isDisposed, recycle
 

Constructor Detail

VoidTool

public VoidTool()
Constructs a new tool.

Method Detail

dispose

public void dispose()
Description copied from class: RecyclableSupport
Disposes the object by setting its disposed flag.

Specified by:
dispose in interface Recyclable
Overrides:
dispose in class GlobalTool

toString

public String toString()
Description copied from class: GlobalTool
Converts the tool into a string. For most tools, an empty string is a convenient result. Subclasses can implement more specific conversions.

Overrides:
toString in class GlobalTool
Returns:
an empty string.

valueBound

public void valueBound(ContextBindingEvent event)
Description copied from interface: ContextBindingListener
Notifies the object that it is being bound to a context.

Specified by:
valueBound in interface ContextBindingListener
Overrides:
valueBound in class GlobalTool
Parameters:
event - the binding event.


Copyright © 2004 The Norther Organization. All rights reserved.