org.wildfly.extras.creaper.commands.messaging
Class AddMessagingAcceptor

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.messaging.AddMessagingAcceptor
All Implemented Interfaces:
Command, OnlineCommand

public final class AddMessagingAcceptor
extends Object

Command which creates and adds an acceptor to given server


Nested Class Summary
static class AddMessagingAcceptor.GenericBuilder
           
static class AddMessagingAcceptor.InVmBuilder
           
static class AddMessagingAcceptor.RemoteBuilder
           
 
Field Summary
protected  org.wildfly.extras.creaper.commands.messaging.TransportConfigItem configItem
           
protected  org.wildfly.extras.creaper.commands.messaging.TransportConfigType configType
           
protected  String factoryClass
           
protected  String name
           
protected  Map<String,String> params
           
protected  boolean replaceExisting
           
protected  Integer serverId
           
protected  String serverName
           
protected  String socketBinding
           
 
Fields inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
NOOP
 
Method Summary
 void apply(OnlineCommandContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.wildfly.extras.creaper.core.online.OnlineCommand
toString
 

Field Detail

configType

protected final org.wildfly.extras.creaper.commands.messaging.TransportConfigType configType

configItem

protected final org.wildfly.extras.creaper.commands.messaging.TransportConfigItem configItem

name

protected final String name

serverName

protected final String serverName

params

protected final Map<String,String> params

replaceExisting

protected final boolean replaceExisting

serverId

protected final Integer serverId

socketBinding

protected final String socketBinding

factoryClass

protected final String factoryClass
Method Detail

apply

public void apply(OnlineCommandContext ctx)
           throws CommandFailedException,
                  IOException
Specified by:
apply in interface OnlineCommand
Throws:
CommandFailedException
IOException


Copyright © 2020. All rights reserved.