|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventError | |
---|---|
com.genesyslab.platform.routing.protocol.routingserver.events | This package contains events that your applications may receive when working with Universal Routing Server (URS). |
Uses of EventError in com.genesyslab.platform.routing.protocol.routingserver.events |
---|
Methods in com.genesyslab.platform.routing.protocol.routingserver.events that return EventError | |
---|---|
static EventError |
EventError.create()
Creates instance of EventError with no parameters set. |
static EventError |
EventError.create(java.lang.Integer clientId,
java.lang.String tServer,
java.lang.String routingPoint,
java.lang.String path,
java.lang.String timestamp,
RoutingPointStatus routingPointStatus,
ErrorCode errorCode,
java.lang.String errorMessage,
java.lang.String message,
OperationContext context,
KeyValueCollection result)
Creates instance of EventError with all parameters set. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |