public class SimpleServiceContext extends TideServiceContext
COMPONENT_ATTR, COMPONENT_CLASS_ATTR, EMPTY_ARGS| Constructor and Description |
|---|
SimpleServiceContext() |
| Modifier and Type | Method and Description |
|---|---|
Object |
findComponent(String componentName,
Class<?> componentClass) |
Set<Class<?>> |
findComponentClasses(String componentName,
Class<?> componentClass) |
protected AsyncPublisher |
getAsyncPublisher() |
protected TidePersistenceManager |
getTidePersistenceManager(boolean create)
Create a TidePersistenceManager
|
IInvocationResult |
postCall(ServiceInvocationContext context,
Object result,
String componentName,
Class<?> componentClass) |
void |
postCallFault(ServiceInvocationContext context,
Throwable t,
String componentName,
Class<?> componentClass) |
void |
prepareCall(ServiceInvocationContext context,
IInvocationCall c,
String componentName,
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 Object findComponent(String componentName, Class<?> componentClass)
findComponent in class TideServiceContextpublic Set<Class<?>> findComponentClasses(String componentName, Class<?> componentClass)
findComponentClasses in class TideServiceContextpublic void prepareCall(ServiceInvocationContext context, IInvocationCall c, String componentName, Class<?> componentClass)
prepareCall in class TideServiceContextpublic IInvocationResult postCall(ServiceInvocationContext context, Object result, String componentName, Class<?> componentClass)
postCall in class TideServiceContextpublic void postCallFault(ServiceInvocationContext context, Throwable t, String componentName, Class<?> componentClass)
postCallFault in class TideServiceContext