eu.xtreemos.xosd.localallocmgr.attributes.storage
Class AttrHandlerStorage

java.lang.Object
  extended by 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

Field Summary
(package private)  java.util.Hashtable<java.lang.Class<?>,IAttributeHandler> handlers
           
 
Constructor Summary
AttrHandlerStorage()
           
 
Method Summary
 void add(java.lang.Class<?> type, IAttributeHandler handler)
           
 IAttributeHandler get(java.lang.Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

handlers

java.util.Hashtable<java.lang.Class<?>,IAttributeHandler> handlers
Constructor Detail

AttrHandlerStorage

public AttrHandlerStorage()
Method Detail

add

public void add(java.lang.Class<?> type,
                IAttributeHandler handler)

get

public IAttributeHandler get(java.lang.Class<?> type)