org.bsf.remoteIterator.server
Class RemoteIteratorServiceBean

java.lang.Object
  extended byorg.bsf.commons.ejb.GenericAdapterBean
      extended byorg.bsf.commons.ejb.SessionAdapterBean
          extended byorg.bsf.remoteIterator.server.RemoteIteratorServiceBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class RemoteIteratorServiceBean
extends org.bsf.commons.ejb.SessionAdapterBean

This stateless ejb provides access to the remote iterator features.

See Also:
RemoteIteratorBean, Serialized Form

Field Summary
private  RemoteIteratorHome _remoteIteratorHome
           
 
Fields inherited from class org.bsf.commons.ejb.SessionAdapterBean
_ejbContext
 
Fields inherited from class org.bsf.commons.ejb.GenericAdapterBean
 
Constructor Summary
RemoteIteratorServiceBean()
           
 
Method Summary
 void ejbCreate()
           
 RemoteIterator getRemoteIterator(java.lang.String p_query)
           
 
Methods inherited from class org.bsf.commons.ejb.SessionAdapterBean
ejbActivate, ejbPassivate, ejbRemove, getEJBContext, getUserName, setSessionContext
 
Methods inherited from class org.bsf.commons.ejb.GenericAdapterBean
getConnection, getEJBClassName, getEJBToolBox, getHome, handleCreateSessionException, handleExceptionAsSystemException, handleFinderException, handleRemoteException, handleSQLException, logDebug, logError, logError, logFatal, logFatal, logGraphBegin, logGraphEnd, logInfo, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_remoteIteratorHome

private RemoteIteratorHome _remoteIteratorHome
Constructor Detail

RemoteIteratorServiceBean

public RemoteIteratorServiceBean()
Method Detail

getRemoteIterator

public RemoteIterator getRemoteIterator(java.lang.String p_query)

ejbCreate

public void ejbCreate()
               throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException