|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TuxedoService
This is the interface for the Tuxedo EJB. By implementing the one method in this interface, the EJB generated can be used to receive incoming Tuxedo service requests.
Method Summary | |
---|---|
Reply |
service(TPServiceInformation svcinfo)
service This is the function that will be called when a service request comes from the remote domain. |
Methods inherited from interface javax.ejb.EJBObject |
---|
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove |
Method Detail |
---|
Reply service(TPServiceInformation svcinfo) throws TPException, TPReplyException, RemoteException
svcinfo
- The information about this service request
TPException
- if an error (other than TPSVCFAIL or TPSVCERR)
occurred. For example, if the particular service is not
currently available this routine should throw TPENOENT.
TPReplyException
- if an application error was detected
(either TPSVCFAIL or TPSVCERR) and data needs to be sent
with the error indication then a TPReplyException can be
thrown.
RemoteException
TPReplyException
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |