IBM Branch Transformation Toolkit Javadoc

com.ibm.btt.cha.ejb
Interface CHAInstanceHome

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

public interface CHAInstanceHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: CHAInstance


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 CHAInstance create(java.lang.String instanceID)
          Creates an instance from a key for Entity Bean: CHAInstance
 CHAInstance create(java.lang.String instanceID, java.lang.String parentID, java.lang.String contextName, java.lang.String typeName, boolean isRoot, Context aContext)
          ejbCreate
 CHAInstance findByPrimaryKey(java.lang.String primaryKey)
          Finds an instance using a key for Entity Bean: CHAInstance
 
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 CHAInstance create(java.lang.String instanceID)
                   throws javax.ejb.CreateException,
                          java.rmi.RemoteException
Creates an instance from a key for Entity Bean: CHAInstance

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

findByPrimaryKey

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

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

create

public CHAInstance 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