BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.wtc.jatmi
Interface TuxedoService


public interface TuxedoService
extends javax.ejb.EJBObject

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.

Author:
BEA Systems, Inc.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

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

service

public Reply service(TPServiceInformation svcinfo)
              throws TPException,
                     TPReplyException,
                     java.rmi.RemoteException
service This is the function that will be called when a service request comes from the remote domain.

Parameters:
svcinfo - The information about this service request
Throws:
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.
See Also:
TPReplyException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.