public class OMGenBean
extends java.lang.Object
implements javax.ejb.SessionBean
Constructor and Description |
---|
OMGenBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
echo(java.lang.String s)
Business method
|
void |
ejbActivate() |
void |
ejbCreate()
Default create method
|
void |
ejbPassivate() |
void |
ejbRemove() |
java.lang.String |
exec(java.lang.String method,
java.lang.String[] args,
java.lang.String[] types)
Business method that execs "method" of CLBrowser interface
|
int |
save(java.lang.String filename,
byte[] content)
Business method
|
void |
setSessionContext(javax.ejb.SessionContext ctx) |
public OMGenBean() throws java.lang.Exception
java.lang.Exception
public void setSessionContext(javax.ejb.SessionContext ctx) throws javax.ejb.EJBException, java.rmi.RemoteException
setSessionContext
in interface javax.ejb.SessionBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbRemove() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbRemove
in interface javax.ejb.SessionBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbActivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbActivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbPassivate() throws javax.ejb.EJBException, java.rmi.RemoteException
ejbPassivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
java.rmi.RemoteException
public void ejbCreate() throws javax.ejb.CreateException, java.rmi.RemoteException
javax.ejb.CreateException
java.rmi.RemoteException
public java.lang.String exec(java.lang.String method, java.lang.String[] args, java.lang.String[] types)
public java.lang.String echo(java.lang.String s)
public int save(java.lang.String filename, byte[] content)