|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Component
com.ail.core.EJBComponent
com.ail.core.command.CommandServerBean
public class CommandServerBean
Message Driven Bean which listens on a queue for commands to execute.
| Constructor Summary | |
|---|---|
CommandServerBean()
|
|
| Method Summary | |
|---|---|
void |
ejbCreate()
|
void |
ejbRemove()
|
Core |
getCore()
Fetch the entry point's instance of the core. |
javax.ejb.EJBContext |
getSessionContext()
Returns the context passed to the EJB's setSessionContext method. |
Version |
getVersion()
Return the version details of this component. |
VersionEffectiveDate |
getVersionEffectiveDate()
A default component implemention returning the time now. |
void |
onMessage(javax.jms.Message msg)
|
void |
setMessageDrivenContext(javax.ejb.MessageDrivenContext ctx)
|
| Methods inherited from class com.ail.core.EJBComponent |
|---|
getSecurityPrincipal |
| Methods inherited from class com.ail.core.Component |
|---|
getConfiguration, getConfigurationNamespace, resetConfiguration, setConfiguration |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommandServerBean()
| Method Detail |
|---|
public void setMessageDrivenContext(javax.ejb.MessageDrivenContext ctx)
setMessageDrivenContext in interface javax.ejb.MessageDrivenBeanpublic void ejbCreate()
public void ejbRemove()
ejbRemove in interface javax.ejb.MessageDrivenBeanpublic void onMessage(javax.jms.Message msg)
onMessage in interface javax.jms.MessageListenerpublic javax.ejb.EJBContext getSessionContext()
EJBComponent
getSessionContext in class EJBComponentpublic Core getCore()
Component
getCore in class Componentpublic Version getVersion()
Component
getVersion in class Componentpublic VersionEffectiveDate getVersionEffectiveDate()
Component
getVersionEffectiveDate in interface CoreUsergetVersionEffectiveDate in class Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||