public class AgentEntryPoint extends Object implements EntryPoint
Modifier and Type | Field and Description |
---|---|
private RequestManager |
manager |
private static long |
serialVersionUID
define serialVersionUID for interoperability
|
Constructor and Description |
---|
AgentEntryPoint() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(AgentId from,
Notification not) |
private void |
doReact(AgentId from,
JndiScriptRequestNot not)
Reacts to a JNDI script request.
|
void |
setRequestManager(RequestManager manager) |
private static final long serialVersionUID
private RequestManager manager
public void setRequestManager(RequestManager manager)
public boolean accept(AgentId from, Notification not) throws Exception
accept
in interface EntryPoint
Exception
private void doReact(AgentId from, JndiScriptRequestNot not) throws Exception
not
- the JNDI scriptException
Copyright © 2018 ScalAgent D.T.. All Rights Reserved.