IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Interface CHAInstanceForSessionHome

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

public interface CHAInstanceForSessionHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: CHAInstanceForSession


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 CHAInstanceForSession create(java.lang.String instanceID)
          Creates an instance from a key for Entity Bean: CHAInstanceForSession
 CHAInstanceForSession create(java.lang.String instanceID, java.lang.String parentID, java.lang.String contextName, java.lang.String typeName, boolean isRoot, Context aContext)
          ejbCreate
 CHAInstanceForSession findByPrimaryKey(java.lang.String primaryKey)
          Finds an instance using a key for Entity Bean: CHAInstanceForSession
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

create

public CHAInstanceForSession create(java.lang.String instanceID)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
Creates an instance from a key for Entity Bean: CHAInstanceForSession

Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findByPrimaryKey

public CHAInstanceForSession findByPrimaryKey(java.lang.String primaryKey)
                                       throws javax.ejb.FinderException,
                                              java.rmi.RemoteException
Finds an instance using a key for Entity Bean: CHAInstanceForSession

Throws:
javax.ejb.FinderException
java.rmi.RemoteException

create

public CHAInstanceForSession create(java.lang.String instanceID,
                                    java.lang.String parentID,
                                    java.lang.String contextName,
                                    java.lang.String typeName,
                                    boolean isRoot,
                                    Context aContext)
                             throws javax.ejb.CreateException,
                                    java.rmi.RemoteException
ejbCreate

Throws:
javax.ejb.CreateException
java.rmi.RemoteException

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005