IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.services
Interface BTTServiceHolderEJB

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface BTTServiceHolderEJB
extends javax.ejb.EJBObject

Remote interface for Enterprise Bean: BTTServiceHolderEJB Generated code. Only edit user code sections.


Method Summary
 void initialize(java.lang.String dseInit)
          initialize
 java.util.Vector processRequest(java.lang.String serviceID, java.lang.String opName, java.util.Hashtable parts)
          processRequest
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

processRequest

public java.util.Vector processRequest(java.lang.String serviceID,
                                       java.lang.String opName,
                                       java.util.Hashtable parts)
                                throws java.lang.Exception,
                                       java.rmi.RemoteException
processRequest

Throws:
java.lang.Exception
java.rmi.RemoteException

initialize

public void initialize(java.lang.String dseInit)
                throws BTTInitializeServiceHolderException,
                       BTTCreateServiceException,
                       java.rmi.RemoteException
initialize

Throws:
BTTInitializeServiceHolderException
BTTCreateServiceException
java.rmi.RemoteException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005