com.ibm.serviceregistry
Interface ServiceRegistryTaskControllerHome

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

public interface ServiceRegistryTaskControllerHome
extends javax.ejb.EJBHome

Home interface for Enterprise Bean: ServiceRegistryTaskController


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String copyrightStatement
           
 
Method Summary
 ServiceRegistryTaskController create()
          Creates a default instance of Session Bean: ServiceRegistryTaskController
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

copyrightStatement

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

COPYRIGHT

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

create

ServiceRegistryTaskController create()
                                     throws javax.ejb.CreateException,
                                            java.rmi.RemoteException
Creates a default instance of Session Bean: ServiceRegistryTaskController

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


© Copyright IBM Corporation 2006, 2009. All Rights Reserved.