public class SampleBean extends Object implements javax.ejb.SessionBean
Constructor and Description |
---|
SampleBean() |
Modifier and Type | Method and Description |
---|---|
void |
ejbActivate() |
void |
ejbCreate() |
void |
ejbPassivate() |
void |
ejbRemove() |
boolean |
isWorking() |
void |
setSessionContext(javax.ejb.SessionContext arg0) |
public boolean isWorking() throws RemoteException
RemoteException
public void ejbCreate() throws javax.ejb.CreateException
javax.ejb.CreateException
public void ejbActivate() throws javax.ejb.EJBException, RemoteException
ejbActivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public void ejbPassivate() throws javax.ejb.EJBException, RemoteException
ejbPassivate
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public void ejbRemove() throws javax.ejb.EJBException, RemoteException
ejbRemove
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
public void setSessionContext(javax.ejb.SessionContext arg0) throws javax.ejb.EJBException, RemoteException
setSessionContext
in interface javax.ejb.SessionBean
javax.ejb.EJBException
RemoteException
Copyright © 2004–2015 Codehaus. All rights reserved.