org.granite.tide.ejb
Class Context

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.granite.tide.util.AbstractContext
              extended by org.granite.tide.ejb.Context
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class Context
extends AbstractContext

Author:
Franck WOLFF
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Method Summary
protected  Object callMethod(Method method, Object... args)
           
static Context create(EjbServiceContext service)
           
protected  Set<String> getRemoteObservers()
           
 
Methods inherited from class org.granite.tide.util.AbstractContext
getRemoteEvents, instance, raiseEvent, remove
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
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
equals, hashCode
 

Method Detail

create

public static Context create(EjbServiceContext service)

callMethod

protected Object callMethod(Method method,
                            Object... args)
                     throws Exception
Specified by:
callMethod in class AbstractContext
Throws:
Exception

getRemoteObservers

protected Set<String> getRemoteObservers()
Specified by:
getRemoteObservers in class AbstractContext