org.jboss.test.jmx.interfaces
Interface TestDataSourceHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface TestDataSourceHome
extends EJBHome (src)

See Also:

Field Summary
static java.lang.String COMP_NAME
           
static java.lang.String JNDI_NAME
           
 
Method Summary
 TestDataSource (src) create()
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

COMP_NAME

public static final java.lang.String COMP_NAME
See Also:
Constant Field Values (src)

JNDI_NAME

public static final java.lang.String JNDI_NAME
See Also:
Constant Field Values (src)
Method Detail

create

public TestDataSource (src)  create()
                      throws java.rmi.RemoteException,
                             CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)