|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.byteman.rule.binding.Bindings
public class Bindings
* an ordered list of ECA rule event bindings as they occur in the event specification
Field Summary | |
---|---|
private java.util.List<Binding> |
bindings
the list of current bindings |
Constructor Summary | |
---|---|
Bindings()
|
Method Summary | |
---|---|
void |
addBindings(java.util.List<Binding> bindings)
add the method parameter bindings to the front of the list n.b. |
void |
append(Binding binding)
append a binding to the end of the currrent bindings list |
java.util.Iterator<Binding> |
iterator()
|
Binding |
lookup(java.lang.String name)
lookup a binding in the list by name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.List<Binding> bindings
Constructor Detail |
---|
public Bindings()
Method Detail |
---|
public Binding lookup(java.lang.String name)
name
-
public void addBindings(java.util.List<Binding> bindings)
bindings
- public void append(Binding binding)
binding
- public java.util.Iterator<Binding> iterator()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |