org.globus.cog.gridface.impl.desktop.interfaces
Interface AccessAttributes

All Known Implementing Classes:
AttributesHolder

public interface AccessAttributes


Field Summary
static String UNKNOWN_ATTRIB
           
 
Method Summary
 void clear()
           
 Object getAttribute(String name)
          Get the attribute with given name
 Hashtable getAttributes()
          Get all attributes in the form of a hash table
 void removeAttribute(String name)
           
 void setAttribute(String name, Object value)
          set attributes for the given command
 void setAttributes(Hashtable attribs)
           
 

Field Detail

UNKNOWN_ATTRIB

public static final String UNKNOWN_ATTRIB
See Also:
Constant Field Values
Method Detail

clear

public void clear()

setAttribute

public void setAttribute(String name,
                         Object value)
set attributes for the given command


getAttribute

public Object getAttribute(String name)
Get the attribute with given name


getAttributes

public Hashtable getAttributes()
Get all attributes in the form of a hash table


setAttributes

public void setAttributes(Hashtable attribs)

removeAttribute

public void removeAttribute(String name)