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.Exceptionpublic void setSessionContext(javax.ejb.SessionContext ctx)
throws javax.ejb.EJBException,
java.rmi.RemoteException
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionjava.rmi.RemoteExceptionpublic void ejbRemove()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionjava.rmi.RemoteExceptionpublic void ejbActivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionjava.rmi.RemoteExceptionpublic void ejbPassivate()
throws javax.ejb.EJBException,
java.rmi.RemoteException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionjava.rmi.RemoteExceptionpublic void ejbCreate()
throws javax.ejb.CreateException,
java.rmi.RemoteException
javax.ejb.CreateExceptionjava.rmi.RemoteExceptionpublic 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)