|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.base.Service
com.ibm.btt.services.BTTServiceRequester
com.ibm.btt.services.ServiceInvocation
com.ibm.btt.services.LocalJavaInvocation
LocalJavaInvocation is served for the local java invocation type
Field Summary |
---|
Fields inherited from class com.ibm.btt.services.BTTServiceRequester |
---|
COMPID |
Fields inherited from class com.ibm.btt.base.Service |
---|
externalizer, name |
Constructor Summary | |
---|---|
LocalJavaInvocation()
|
Method Summary | |
---|---|
java.lang.String |
getInvokeType()
Get the invocation type |
BTTServiceHolder |
getServiceHolder()
Get the service holder |
void |
initialize()
Get the service holder |
void |
initialize(java.lang.String dseInit)
Get the service holder |
void |
initializeFrom(java.util.ResourceBundle config)
Initial the local java invocation requester from a given resource bundle. |
java.lang.Object |
initializeFrom(Tag aTag)
Initializes the Service reading its attributes values from aTag. |
java.util.Vector |
processRequest(java.lang.String ServiceID,
java.lang.String opName,
java.util.Hashtable parts)
Send the process request to the service holder directly. |
Methods inherited from class com.ibm.btt.services.BTTServiceRequester |
---|
getCachingEnabled, getInactiveTimeout, getLastAccess, getServiceID, getServiceInvocation, getServiceType, grantServiceID, HashMapToHashtable, newInstance, processRequest, releaseServiceRequester, setCachingEnabled, setInactiveTimeout, setLastAccess, setServiceID, setServiceInvocation, setServiceType |
Methods inherited from class com.ibm.btt.base.Service |
---|
externalizer, getExternalizer, getName, getTagName, readExternal, readExternal, readObject, removeExternal, setExternalizer, setName, terminate, toString, toStrings, toTags, writeExternal, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public LocalJavaInvocation()
Method Detail |
public java.lang.Object initializeFrom(Tag aTag) throws java.io.IOException, DSEException
Service
initializeFrom
in interface Externalizable
initializeFrom
in class ServiceInvocation
java.io.IOException
DSEException
Externalizable.initializeFrom(Tag)
public void initializeFrom(java.util.ResourceBundle config) throws java.lang.Exception
initializeFrom
in class ServiceInvocation
config
- The resource bundle
java.lang.Exception
public java.lang.String getInvokeType()
getInvokeType
in class ServiceInvocation
public java.util.Vector processRequest(java.lang.String ServiceID, java.lang.String opName, java.util.Hashtable parts) throws java.lang.Exception
java.lang.Exception
public BTTServiceHolder getServiceHolder()
public void initialize() throws BTTInitializeServiceHolderException, BTTCreateServiceException
BTTInitializeServiceHolderException
BTTCreateServiceException
public void initialize(java.lang.String dseInit) throws BTTInitializeServiceHolderException, BTTCreateServiceException
BTTInitializeServiceHolderException
BTTCreateServiceException
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |