Package org.apache.uima.resource.impl
Class SessionNamespaceView_impl
- java.lang.Object
-
- org.apache.uima.resource.impl.SessionNamespaceView_impl
-
- All Implemented Interfaces:
Serializable
,Session
public class SessionNamespaceView_impl extends Object implements Session
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SessionNamespaceView_impl(Session aRootSession, String aNamespace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(String aKey)
Gets an object from the Sessionvoid
put(String aKey, Object aValue)
Stores an object in the Sessionvoid
setRootSession(Session aSession)
Sets the root session for this view.
-
-
-
Method Detail
-
put
public void put(String aKey, Object aValue)
Description copied from interface:Session
Stores an object in the Session
-
get
public Object get(String aKey)
Description copied from interface:Session
Gets an object from the Session
-
setRootSession
public void setRootSession(Session aSession)
Sets the root session for this view. Not part of Session interface.- Parameters:
aSession
- the root session
-
-