Modifier and type | Property and description |
---|---|
java.util.Collection<E> | probes Replies all the probes. |
Modifier and type | Action and description |
---|---|
abstract java.util.Collection<E> | getProbes Replies all the probes. |
abstract Probe<T> | probe(SarlName,Class<T>,[String]) Create a probe. |
abstract Probe<T> | probe(String,Class<T>,[String]) Create a probe. |
abstract Probe<T> | probe(URI,Class<T>,[String]) Create a probe. |
abstract void | releaseAllProbes Release all the probes. |
abstract void | sync Force the synchronization of the probes. |
val probes : java.util.Collection<E>
This property is an alias for the action: getProbes
def getProbes : java.util.Collection<E>
def probe(SarlName,Class<T>,[String]) : Probe<T>with T
def probe(String,Class<T>,[String]) : Probe<T>with T
def probe(URI,Class<T>,[String]) : Probe<T>with T
def releaseAllProbes
def sync