com.irisel.oms.ejb.browser
Class OMGenBean

java.lang.Object
  extended by com.irisel.oms.ejb.browser.OMGenBean
All Implemented Interfaces:
java.io.Serializable, javax.ejb.EnterpriseBean, javax.ejb.SessionBean

public class OMGenBean
extends java.lang.Object
implements javax.ejb.SessionBean

See Also:
Serialized Form

Constructor Summary
OMGenBean()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OMGenBean

public OMGenBean()
          throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

setSessionContext

public void setSessionContext(javax.ejb.SessionContext ctx)
                       throws javax.ejb.EJBException,
                              java.rmi.RemoteException
Specified by:
setSessionContext in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbRemove

public void ejbRemove()
               throws javax.ejb.EJBException,
                      java.rmi.RemoteException
Specified by:
ejbRemove in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbActivate

public void ejbActivate()
                 throws javax.ejb.EJBException,
                        java.rmi.RemoteException
Specified by:
ejbActivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbPassivate

public void ejbPassivate()
                  throws javax.ejb.EJBException,
                         java.rmi.RemoteException
Specified by:
ejbPassivate in interface javax.ejb.SessionBean
Throws:
javax.ejb.EJBException
java.rmi.RemoteException

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException,
                      java.rmi.RemoteException
Default create method

Throws:
javax.ejb.CreateException
java.rmi.RemoteException

exec

public java.lang.String exec(java.lang.String method,
                             java.lang.String[] args,
                             java.lang.String[] types)
Business method that execs "method" of CLBrowser interface


echo

public java.lang.String echo(java.lang.String s)
Business method


save

public int save(java.lang.String filename,
                byte[] content)
Business method