|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.commandUtil.CommandServerEntityBean
This object has no state. The EJSPersister is overwritten not to read/write from/to the database. This is an Entity Bean class with BMP fields
Field Summary | |
CommandServerEntityPrimaryKey |
primaryKey
|
Constructor Summary | |
CommandServerEntityBean()
|
Method Summary | |
void |
ejbActivate()
This implements the method in the EntityBean interface. |
CommandServerEntityPrimaryKey |
ejbCreate(CommandServerEntityPrimaryKey key)
ejbCreate method for a BMP entity bean |
CommandServerEntityPrimaryKey |
ejbFindByPrimaryKey(CommandServerEntityPrimaryKey primaryKey)
ejbFindByPrimaryKey method comment |
void |
ejbLoad()
This implements the method in the EntityBean interface. |
void |
ejbPassivate()
This implements the method in the EntityBean interface. |
void |
ejbPostCreate(CommandServerEntityPrimaryKey key)
ejbPostCreate method for a BMP entity bean |
void |
ejbRemove()
This implements the method in the EntityBean interface. |
void |
ejbStore()
This implements the method in the EntityBean interface. |
TargetableCommand |
executeCommand(TargetableCommand command)
This implements the method in the CommandTarget interface. |
javax.ejb.EntityContext |
getEntityContext()
getEntityContext method comment |
void |
setEntityContext(javax.ejb.EntityContext ctx)
setEntityContext method comment |
void |
unsetEntityContext()
unsetEntityContext method comment |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public CommandServerEntityPrimaryKey primaryKey
Constructor Detail |
public CommandServerEntityBean()
Method Detail |
public TargetableCommand executeCommand(TargetableCommand command) throws java.rmi.RemoteException, CommandException
executeCommand
in interface CommandTarget
command
- The TargetableCommand to be executed.java.rmi.RemoteException
- The superclass for all remote exceptions.
This is thrown to allow the possibility for this method to
be an RMI remote method (eg, an EJB server).CommandException
- The superclass for all command exceptions.public CommandServerEntityPrimaryKey ejbCreate(CommandServerEntityPrimaryKey key) throws javax.ejb.CreateException, java.rmi.RemoteException
key
- com.ibm.websphere.commandUtil.CommandServerEntityPrimaryKeyjavax.ejb.CreateException
- The exception description.java.rmi.RemoteException
- The exception description.public CommandServerEntityPrimaryKey ejbFindByPrimaryKey(CommandServerEntityPrimaryKey primaryKey) throws java.rmi.RemoteException, javax.ejb.FinderException
primaryKey
- com.ibm.websphere.commandUtil.CommandServerEntityPrimaryKeyjava.rmi.RemoteException
- The exception description.javax.ejb.FinderException
- The exception description.public void ejbPostCreate(CommandServerEntityPrimaryKey key) throws java.rmi.RemoteException
key
- com.ibm.websphere.commandUtil.CommandServerEntityPrimaryKeyjava.rmi.RemoteException
- The exception description.public void ejbLoad() throws java.rmi.RemoteException
ejbLoad
in interface javax.ejb.EntityBean
public void ejbStore() throws java.rmi.RemoteException
ejbStore
in interface javax.ejb.EntityBean
public void ejbRemove() throws java.rmi.RemoteException, javax.ejb.RemoveException
ejbRemove
in interface javax.ejb.EntityBean
public void ejbActivate() throws java.rmi.RemoteException
ejbActivate
in interface javax.ejb.EntityBean
public void ejbPassivate() throws java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.EntityBean
public javax.ejb.EntityContext getEntityContext()
public void setEntityContext(javax.ejb.EntityContext ctx) throws java.rmi.RemoteException
setEntityContext
in interface javax.ejb.EntityBean
ctx
- javax.ejb.EntityContextjava.rmi.RemoteException
- The exception description.public void unsetEntityContext() throws java.rmi.RemoteException
unsetEntityContext
in interface javax.ejb.EntityBean
java.rmi.RemoteException
- The exception description.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |