|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextgrid.api.pem.POMEvent
nextgrid.api.pem.DiscoveryEvent
public final class DiscoveryEvent
Encapsulates information about a discovery-related event.
| Constructor Summary | |
|---|---|
DiscoveryEvent(ProcessDiscoverer discoverer)
Creates an instance. |
|
DiscoveryEvent(ProcessDiscoverer discoverer,
Process process)
Creates an instance. |
|
DiscoveryEvent(ProcessDiscoverer discoverer,
Process process,
java.util.List<Process> candidates)
Creates an instance. |
|
DiscoveryEvent(ProcessDiscoverer discoverer,
Process process,
java.util.List<Process> candidates,
DiscoveryException exception)
Creates an instance. |
|
| Method Summary | |
|---|---|
java.util.List<Process> |
getCandidates()
Gets the value of candidates. |
ProcessDiscoverer |
getDiscoverer()
Gets the value of discoverer. |
DiscoveryException |
getException()
Gets the value of exception. |
| Methods inherited from class nextgrid.api.pem.POMEvent |
|---|
getProcess, getTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DiscoveryEvent(ProcessDiscoverer discoverer)
discoverer - The discoverer instance
public DiscoveryEvent(ProcessDiscoverer discoverer,
Process process)
discoverer - The discoverer instanceprocess - The process being discovered, if apply
public DiscoveryEvent(ProcessDiscoverer discoverer,
Process process,
java.util.List<Process> candidates)
discoverer - The discoverer instanceprocess - The process being discovered, if applycandidates - The list of candidates, if apply
public DiscoveryEvent(ProcessDiscoverer discoverer,
Process process,
java.util.List<Process> candidates,
DiscoveryException exception)
discoverer - The discoverer instanceprocess - The process being discovered, if applycandidates - The list of candidates, if applyexception - The exception thrown, if apply| Method Detail |
|---|
public java.util.List<Process> getCandidates()
public ProcessDiscoverer getDiscoverer()
public DiscoveryException getException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||