edu.cmu.mafia.Server
Interface MyDatabaseRemoteHome
public interface MyDatabaseRemoteHome
Home interface for MyDatabase.
COMP_NAME
static final java.lang.String COMP_NAME
- See Also:
- Constant Field Values
JNDI_NAME
static final java.lang.String JNDI_NAME
- See Also:
- Constant Field Values
findByPrimaryKey
MyDatabaseRemote findByPrimaryKey(MyDatabasePK key)
throws javax.ejb.FinderException,
java.rmi.RemoteException
- Throws:
javax.ejb.FinderException
java.rmi.RemoteException
create
MyDatabaseRemote create()
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
create
MyDatabaseRemote create(java.lang.String username)
throws javax.ejb.CreateException,
java.rmi.RemoteException
- Throws:
javax.ejb.CreateException
java.rmi.RemoteException
Copyright (c) 2006 FaultTerminators. All Rights Reserved.