eu.xtreemos.xosd.localallocmgr.attributes.storage
Class AttrHandlerStorage
java.lang.Object
eu.xtreemos.xosd.localallocmgr.attributes.storage.AttrHandlerStorage
public class AttrHandlerStorage
- extends java.lang.Object
Stores the handlers accessible by the type of the
attribute.
- Author:
- urosjovanovic
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handlers
java.util.Hashtable<java.lang.Class<?>,IAttributeHandler> handlers
AttrHandlerStorage
public AttrHandlerStorage()
add
public void add(java.lang.Class<?> type,
IAttributeHandler handler)
get
public IAttributeHandler get(java.lang.Class<?> type)