All Methods Instance Methods Concrete Methods 
| Modifier and Type | 
Method and Description | 
void | 
addException(java.lang.Exception ex)  | 
protected void | 
addMethodReturnValueToMessage(java.lang.String methodName,
                             java.lang.Object retVal)  | 
void | 
addResponse(java.io.Serializable resp)  | 
void | 
afterActivation(int activationMode)  | 
void | 
bindToWorkingSet(WSApplicationModuleImpl wsAM)  | 
void | 
cacheCleared(ViewClearCacheEvent event)
This event is fired when View Object caches are cleared. 
 | 
void | 
clearServiceMessage()  | 
ApplicationModuleImpl | 
createApplicationModule(java.lang.String name,
                       java.lang.String defName)  | 
ResponseValues | 
createLocalApplicationModule(ApplicationModuleImpl parentAM,
                            java.lang.String amName,
                            java.lang.String defName)  | 
protected ObjectMarshallerImpl | 
createObjectMarshaller()  | 
protected PiggybackManager | 
createPiggybackManager(ObjectMarshaller om)  | 
ApplicationModuleImpl | 
createRootApplicationModule(java.util.Hashtable ctxEnv)  | 
protected SessionImpl | 
createSession(java.util.Hashtable env)  | 
ApplicationModule | 
createWorkerApplicationModule(java.lang.Object sessionCookie)  | 
void | 
detach()  | 
protected void | 
disconnectWithRetainState(boolean retainState)  | 
java.lang.Object | 
dispatchMethod(java.lang.Object obj,
              java.lang.String methodName,
              java.lang.String[] argTypes,
              java.lang.Object[] args)  | 
void | 
doneCommit(TransactionStateEvent event)  | 
void | 
doneRollback(TransactionStateEvent event)  | 
ResponseValues | 
findApplicationModule(ApplicationModuleImpl parentAM,
                     java.lang.String amName)  | 
java.lang.Object | 
findObject(java.lang.String objName)  | 
void | 
finishedProcessingPiggyback(java.lang.Exception[] exArray)  | 
void | 
finishServiceMessage()  | 
void | 
finishSyncWorkingSet(WSApplicationModuleImpl wsAM,
                    boolean isEndOfSvcMsg)  | 
ApplicationModuleImpl | 
getAdaptee()  | 
java.lang.String | 
getApplicationModuleDefName()  | 
ResponseValues | 
getApplicationModuleInfo()  | 
protected java.lang.String[] | 
getAppModuleNamesFromResponse(ResponseValues resp)  | 
AppModuleRequestHandler | 
getAppModuleRequestHandler()  | 
java.lang.String | 
getClientProxyInterfaceName()  | 
WSApplicationModuleImpl | 
getCurrentWorkingSet()  | 
ObjectMarshallerImpl | 
getMarshaller()  | 
ObjectMarshaller | 
getObjectMarshaller()  | 
protected ServiceMessage | 
getOutboundServiceMessage()  | 
byte[] | 
getPiggyback()  | 
int | 
getRemoteObjectId(java.lang.Object obj)  | 
java.lang.String | 
getRequestName()  | 
java.lang.String | 
getResponseName()  | 
PiggybackManager | 
getSvcMsgManager()  | 
void | 
handleException(java.lang.Exception ex,
               boolean lastEntryInPiggyback)
Catches an exception thrown by the middle tier. 
 | 
void | 
handleWarning(JboWarning warn)
Catches a warning thrown by the middle tier. 
 | 
boolean | 
hasPendingDataPosts()  | 
java.lang.Object | 
invokeMethod(java.lang.Object target,
            java.lang.String methodName,
            java.lang.String[] argTypeNames,
            java.lang.Object[] args)  | 
java.lang.Object | 
marshal(java.lang.Object obj)  | 
java.lang.Object | 
marshalForActivate(java.lang.Object obj)  | 
protected ServiceMessage | 
pooledSync(ServiceMessage svcMsg,
          SessionCookie cookie)  | 
ServiceMessage | 
processMessage(ServiceMessage msg)  | 
boolean | 
processPiggyback(byte[] inBytes)  | 
boolean | 
processServiceMessage(ServiceMessage svcMsg)  | 
protected int | 
processSvcMsgRequest(Request svcMsgReq,
                    int processStatus)  | 
protected void | 
reconnectWithoutForce()  | 
protected void | 
releaseAdaptee(SessionCookie cookie)  | 
void | 
remove()  | 
ServiceMessage | 
sendWorkingSetRequests(java.lang.String reqName,
                      WSApplicationModuleImpl wsAM,
                      ServiceMessage msg)  | 
void | 
setAdaptee(ApplicationModuleImpl appModImpl)  | 
void | 
setApplicationModuleDefName(java.lang.String appModuleDefName)  | 
void | 
setBoundToWorkingSet(boolean b)  | 
void | 
setDataModelRefresh(boolean b)  | 
void | 
setMarshaller(ObjectMarshallerImpl marshaller,
             boolean setupMarshaller)  | 
void | 
setSvcMsgManager(PiggybackManager piggyman)  | 
ServiceMessage | 
sync(ServiceMessage msg)  | 
void | 
syncMarshaller(ServiceMessage msg)  | 
void | 
syncWorkingSet(WSApplicationModuleImpl wsAM)  | 
void | 
txnCreated(DBTransactionImpl txn)  | 
void | 
txnRemoved(DBTransactionImpl txn)  |