Interface Namespace

All Known Implementing Classes:
GlobalNamespace, GroupNamespace, PrivateNamespace, SessionNamespace, StandardNamespace

public interface Namespace
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Delete all variables in this namespace
    get(String key)
    retrieve a variable from the namespace
    list all variables in this namespace
    void
    put(String key, Object value)
    Put a variable in the namespace
    void
    remove a variable from the namespace
    int
    Get the variable count in this namespace.