public class Context extends AbstractContext
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
callMethod(java.lang.reflect.Method method,
java.lang.Object... args) |
static Context |
create(EjbServiceContext service) |
protected java.util.Set<java.lang.String> |
getRemoteObservers() |
getRemoteEvents, instance, raiseEvent, removeclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic static Context create(EjbServiceContext service)
protected java.lang.Object callMethod(java.lang.reflect.Method method,
java.lang.Object... args)
throws java.lang.Exception
callMethod in class AbstractContextjava.lang.Exceptionprotected java.util.Set<java.lang.String> getRemoteObservers()
getRemoteObservers in class AbstractContext