IBM WebSphere Application ServerTM
Release 8

com.ibm.wsspi.sibx.mediation.flow.ejb
Interface MediationFlowLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

Deprecated.

public interface MediationFlowLocalHome
extends javax.ejb.EJBLocalHome

Local home of the Mediation Flow bean.

See Also:
MediationFlowBean

Field Summary
static java.lang.String $sccsid
          Deprecated.  
static java.lang.String COPYRIGHT
          Deprecated.  
 
Method Summary
 MediationFlowLocal create()
          Deprecated.  
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
Deprecated. 
See Also:
Constant Field Values

$sccsid

static final java.lang.String $sccsid
Deprecated. 
See Also:
Constant Field Values
Method Detail

create

MediationFlowLocal create()
                          throws javax.ejb.CreateException
Deprecated. 

Local home create method.

Returns:
the local interface
Throws:
javax.ejb.CreateException - if there are any problems in the create

IBM WebSphere Application ServerTM
Release 8