public class TransportConfigurationBuilder extends AbstractProtocolConfigurationBuilder<TransportConfiguration> implements TransportConfiguration
TransportConfiguration.Topology
DEFAULT_MODULE
Constructor and Description |
---|
TransportConfigurationBuilder(String stackName,
String name) |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<TransportConfiguration> |
build(org.jboss.msc.service.ServiceTarget target)
Builds a service into the specified target.
|
Builder<TransportConfiguration> |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode transport)
Configures this builder using the specified expression resolver and model.
|
org.jboss.as.network.SocketBinding |
getDiagnosticsSocketBinding() |
TransportConfiguration.Topology |
getTopology() |
TransportConfiguration |
getValue() |
boolean |
isShared() |
getModule, getName, getProperties, getProtocolClassName, getServiceName, getSocketBinding
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getModule, getName, getProperties, getProtocolClassName, getSocketBinding
public org.jboss.msc.service.ServiceBuilder<TransportConfiguration> build(org.jboss.msc.service.ServiceTarget target)
Builder
build
in interface Builder<TransportConfiguration>
build
in class AbstractProtocolConfigurationBuilder<TransportConfiguration>
target
- the service installation targetpublic TransportConfiguration getValue()
getValue
in interface org.jboss.msc.value.Value<TransportConfiguration>
public Builder<TransportConfiguration> configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode transport) throws org.jboss.as.controller.OperationFailedException
ResourceServiceBuilder
configure
in interface ResourceServiceBuilder<TransportConfiguration>
configure
in class AbstractProtocolConfigurationBuilder<TransportConfiguration>
context
- an operation context, used to resolve capabilities and expressionstransport
- the resource modelorg.jboss.as.controller.OperationFailedException
- if there was a failure reading the modelpublic boolean isShared()
isShared
in interface TransportConfiguration
public org.jboss.as.network.SocketBinding getDiagnosticsSocketBinding()
getDiagnosticsSocketBinding
in interface TransportConfiguration
public TransportConfiguration.Topology getTopology()
getTopology
in interface TransportConfiguration
Copyright © 2018 JBoss by Red Hat. All rights reserved.