Package org.jboss.hal.dmr.dispatch
Class ProcessState
- java.lang.Object
-
- org.jboss.hal.dmr.dispatch.ProcessState
-
- All Implemented Interfaces:
Iterable<ServerState>
public class ProcessState extends Object implements Iterable<ServerState>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(ServerState serverState)ServerStatefirst()booleanisEmpty()Iterator<ServerState>iterator()intsize()-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
add
public void add(ServerState serverState)
-
iterator
public Iterator<ServerState> iterator()
- Specified by:
iteratorin interfaceIterable<ServerState>
-
isEmpty
public boolean isEmpty()
-
first
public ServerState first()
-
size
public int size()
-
-