public class TransportConfigurationBuilder<T extends org.jgroups.protocols.TP> extends AbstractProtocolConfigurationBuilder<T,TransportConfiguration<T>> implements TransportConfiguration<T>
TransportConfiguration.Topology| Constructor and Description |
|---|
TransportConfigurationBuilder(org.jboss.as.controller.PathAddress address) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T protocol) |
org.jboss.msc.service.ServiceBuilder<TransportConfiguration<T>> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.Builder<TransportConfiguration<T>> |
configure(org.jboss.as.controller.OperationContext context,
org.jboss.dmr.ModelNode model) |
org.jboss.msc.service.ServiceName |
getServiceName() |
org.jboss.as.network.SocketBinding |
getSocketBinding() |
TransportConfiguration.Topology |
getTopology() |
TransportConfiguration<T> |
getValue() |
createProtocol, getNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateProtocol, getNamepublic TransportConfigurationBuilder(org.jboss.as.controller.PathAddress address)
public org.jboss.msc.service.ServiceName getServiceName()
getServiceName in interface org.wildfly.clustering.service.ServiceNameProviderpublic org.jboss.msc.service.ServiceBuilder<TransportConfiguration<T>> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.Builder<TransportConfiguration<T extends org.jgroups.protocols.TP>>build in class AbstractProtocolConfigurationBuilder<T extends org.jgroups.protocols.TP,TransportConfiguration<T extends org.jgroups.protocols.TP>>public org.wildfly.clustering.service.Builder<TransportConfiguration<T>> configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
configure in interface ResourceServiceBuilder<TransportConfiguration<T extends org.jgroups.protocols.TP>>configure in class AbstractProtocolConfigurationBuilder<T extends org.jgroups.protocols.TP,TransportConfiguration<T extends org.jgroups.protocols.TP>>org.jboss.as.controller.OperationFailedExceptionpublic void accept(T protocol)
public TransportConfiguration<T> getValue()
getValue in interface org.jboss.msc.value.Value<TransportConfiguration<T extends org.jgroups.protocols.TP>>public org.jboss.as.network.SocketBinding getSocketBinding()
getSocketBinding in interface TransportConfiguration<T extends org.jgroups.protocols.TP>public TransportConfiguration.Topology getTopology()
getTopology in interface TransportConfiguration<T extends org.jgroups.protocols.TP>Copyright © 2018 JBoss by Red Hat. All rights reserved.