Package | Description |
---|---|
org.jboss.as.remoting |
Modifier and Type | Method and Description |
---|---|
static EndpointService.EndpointType |
EndpointService.EndpointType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EndpointService.EndpointType[] |
EndpointService.EndpointType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
RemotingServices.installRemotingEndpoint(org.jboss.msc.service.ServiceTarget serviceTarget,
org.jboss.msc.service.ServiceName endpointName,
String hostName,
EndpointService.EndpointType type,
ServiceVerificationHandler verificationHandler,
List<org.jboss.msc.service.ServiceController<?>> newControllers) |
Constructor and Description |
---|
EndpointService(String nodeName,
EndpointService.EndpointType type) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.