inklings.jgatms.context
Class JgatmsContext

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.apache.commons.chain.impl.ContextBase
              extended byinklings.jgatms.context.JgatmsContext
All Implemented Interfaces:
java.lang.Cloneable, org.apache.commons.chain.Context, java.util.Map, java.io.Serializable

public class JgatmsContext
extends org.apache.commons.chain.impl.ContextBase

Provides easy access to data that are specific to JGATMS. The methods in this class simply pass information into and out of the base context object.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Constructor Summary
JgatmsContext()
           
 
Method Summary
 java.lang.String getDispatch()
          Returns the Dispatch code.
 Member getMember()
          Returns the Member bean if it is available.
 void setDispatch(java.lang.String dispatch)
          Sets the dispatch code.
 void setMember(Member member)
          Sets the Member bean into context.
 
Methods inherited from class org.apache.commons.chain.impl.ContextBase
clear, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, values
 
Methods inherited from class java.util.HashMap
clone, containsKey, size
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
containsKey, equals, hashCode, size
 

Constructor Detail

JgatmsContext

public JgatmsContext()
Method Detail

getMember

public Member getMember()
Returns the Member bean if it is available.


setMember

public void setMember(Member member)
Sets the Member bean into context.


getDispatch

public java.lang.String getDispatch()
Returns the Dispatch code.


setDispatch

public void setDispatch(java.lang.String dispatch)
Sets the dispatch code.



Copyright © 2003-2004 Inklings Technology Group. All Rights Reserved.