public class SimpleServiceContext extends TideServiceContext
COMPONENT_ATTR, COMPONENT_CLASS_ATTR, EMPTY_ARGS| Constructor and Description |
|---|
SimpleServiceContext() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
findComponent(java.lang.String componentName,
java.lang.Class<?> componentClass,
java.lang.String methodName) |
java.util.Set<java.lang.Class<?>> |
findComponentClasses(java.lang.String componentName,
java.lang.Class<?> componentClass,
java.lang.String methodName) |
protected AsyncPublisher |
getAsyncPublisher() |
protected TidePersistenceManager |
getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|
IInvocationResult |
postCall(ServiceInvocationContext context,
java.lang.Object result,
java.lang.String componentName,
java.lang.Class<?> componentClass) |
void |
postCallFault(ServiceInvocationContext context,
java.lang.Throwable t,
java.lang.String componentName,
java.lang.Class<?> componentClass) |
void |
prepareCall(ServiceInvocationContext context,
IInvocationCall c,
java.lang.String componentName,
java.lang.Class<?> componentClass) |
adjustInvokee, beforeMethodSearch, equals, getSessionId, initCall, isBeanAnnotationPresent, lazyInitialize, mergeExternal, mergeExternal, sendEvent, setSessionIdpublic SimpleServiceContext()
throws ServiceException
ServiceExceptionprotected AsyncPublisher getAsyncPublisher()
getAsyncPublisher in class TideServiceContextprotected TidePersistenceManager getTidePersistenceManager(boolean create)
TideServiceContextgetTidePersistenceManager in class TideServiceContextcreate - create if not existent (can be false for use in entity merge)public java.lang.Object findComponent(java.lang.String componentName,
java.lang.Class<?> componentClass,
java.lang.String methodName)
findComponent in class TideServiceContextpublic java.util.Set<java.lang.Class<?>> findComponentClasses(java.lang.String componentName,
java.lang.Class<?> componentClass,
java.lang.String methodName)
findComponentClasses in class TideServiceContextpublic void prepareCall(ServiceInvocationContext context, IInvocationCall c, java.lang.String componentName, java.lang.Class<?> componentClass)
prepareCall in class TideServiceContextpublic IInvocationResult postCall(ServiceInvocationContext context, java.lang.Object result, java.lang.String componentName, java.lang.Class<?> componentClass)
postCall in class TideServiceContextpublic void postCallFault(ServiceInvocationContext context, java.lang.Throwable t, java.lang.String componentName, java.lang.Class<?> componentClass)
postCallFault in class TideServiceContext