public final class NetGroupSendResult
extends java.lang.Object
NetGroupSendResult - NetGroupSendResult class is an enumeration
 of constant values used for the return value of the Directed Routing methods
 associated with a NetGroup instance.| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
ERROR
ERROR - Indicates an error occurred (such as no permission) when using a Directed Routing method. | 
static java.lang.String | 
NO_ROUTE
NO_ROUTE - Indicates no neighbor could be found to route the message toward its requested destination. | 
static java.lang.String | 
SENT
SENT - Indicates that a route was found for the message and it was forwarded toward its destination. | 
public static final java.lang.String ERROR
ERROR - Indicates an error occurred (such as no permission) when using a Directed Routing method.public static final java.lang.String NO_ROUTE
NO_ROUTE - Indicates no neighbor could be found to route the message toward its requested destination.public static final java.lang.String SENT
SENT - Indicates that a route was found for the message and it was forwarded toward its destination.