oracle.jbo.common.ws
Interface WSApplicationModuleMarshaller
- All Known Implementing Classes:
- AbstractRemoteApplicationModuleImpl, ApplicationModuleImpl, ApplicationModuleImpl, CMEJBApplicationModuleImpl, EJBApplicationModuleImpl, LOVAppModuleImpl, NestedApplicationModuleImpl, RowIdAMImpl, ServerApplicationModuleImpl, ServerApplicationModuleImpl
public interface WSApplicationModuleMarshaller
SYNC_INT_BATCH
static final int SYNC_INT_BATCH
- See Also:
- Constant Field Values
SYNC_INT_BATCH_DO_WORK
static final int SYNC_INT_BATCH_DO_WORK
- See Also:
- Constant Field Values
ACTIVATION_NONE
static final int ACTIVATION_NONE
- See Also:
- Constant Field Values
ACTIVATION_AFTER_RESTART
static final int ACTIVATION_AFTER_RESTART
- See Also:
- Constant Field Values
ACTIVATION_AFTER_LOSS_OF_AFFINITY
static final int ACTIVATION_AFTER_LOSS_OF_AFFINITY
- See Also:
- Constant Field Values
setBoundToWorkingSet
void setBoundToWorkingSet(boolean b)
createWorkerApplicationModule
ApplicationModule createWorkerApplicationModule(java.lang.Object sessionCookie)
getAppModuleRequestHandler
AppModuleRequestHandler getAppModuleRequestHandler()
syncMarshaller
void syncMarshaller(ServiceMessage msg)
syncWorkingSet
void syncWorkingSet(WSApplicationModuleImpl wsAM)
finishSyncWorkingSet
void finishSyncWorkingSet(WSApplicationModuleImpl wsAM,
boolean isEndOfSvcMsg)
sendWorkingSetRequests
ServiceMessage sendWorkingSetRequests(java.lang.String reqName,
WSApplicationModuleImpl wsAM,
ServiceMessage req)
bindToWorkingSet
void bindToWorkingSet(WSApplicationModuleImpl ws)
getCurrentWorkingSet
WSApplicationModuleImpl getCurrentWorkingSet()
hasPendingDataPosts
boolean hasPendingDataPosts()
detach
void detach()
afterActivation
void afterActivation(int activationMode)
getResponseName
java.lang.String getResponseName()
getRemoteObjectId
int getRemoteObjectId(java.lang.Object obj)
marshal
java.lang.Object marshal(java.lang.Object obj)
marshalForActivate
java.lang.Object marshalForActivate(java.lang.Object obj)
addResponse
void addResponse(java.io.Serializable resp)
setDataModelRefresh
void setDataModelRefresh(boolean b)
getObjectMarshaller
ObjectMarshaller getObjectMarshaller()
getClientProxyInterfaceName
java.lang.String getClientProxyInterfaceName()
invokeMethod
java.lang.Object invokeMethod(java.lang.Object target,
java.lang.String methodName,
java.lang.String[] argTypeNames,
java.lang.Object[] args)
Copyright © 1997, 2011, Oracle. All rights reserved.