|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A Configurable Jamama object that can filter/forward/consume a Mit.
Mit| Field Summary | |
static int |
STATUS_CONTINUE
Continue-default-routing return status for the router() method |
static int |
STATUS_DEFER
Defer-this-message return status for the router() method. |
static int |
STATUS_DROP
Drop-this-message return status for the router() method. |
static int |
STATUS_EXPLICITROUTE
Continue-specific-routing return status for the router() method |
static int |
STATUS_FREEZE
Freeze-this-message return status for the router() method. |
static int |
STATUS_SUCCESS
Success return status for the router() method |
| Method Summary | |
RepositoryDependency[] |
getNeedRepositories()
Returns names of the repositories needed. |
java.lang.String[] |
getNeedRouters()
Returns names of all Routers that this Router may forward to. |
int |
route(Mit mit,
boolean ping,
Repository[] repositoryList)
Processes a Mit, with a goal of approaching or achieving Mit consumption or rejection. |
| Methods inherited from interface com.admc.jamama.Configurable |
configure, getConfig, getName |
| Field Detail |
public static final int STATUS_SUCCESS
public static final int STATUS_CONTINUE
public static final int STATUS_EXPLICITROUTE
public static final int STATUS_DROP
public static final int STATUS_FREEZE
public static final int STATUS_DEFER
| Method Detail |
public java.lang.String[] getNeedRouters()
public RepositoryDependency[] getNeedRepositories()
public int route(Mit mit,
boolean ping,
Repository[] repositoryList)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||