@ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CONFIG,DEPLOYMENT_GROUP}) @Service(name="set-network-listener-configuration") @CommandLock(value=NONE) @PerLookup public class SetNetworkListenerConfiguration extends Object implements AdminCommand, EventListener
EventListener.Event<T>| Constructor and Description |
|---|
SetNetworkListenerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
event(EventListener.Event event)
Process a Glassfish/Payara event
|
void |
execute(AdminCommandContext context)
Executes the command with the command parameters passed as Properties
where the keys are the parameter names and the values are the parameter values
|
void |
postConstuct() |
@PostConstruct public void postConstuct()
public void event(EventListener.Event event)
EventListenerevent in interface EventListenerpublic void execute(AdminCommandContext context)
AdminCommandexecute in interface AdminCommandcontext - informationCopyright © 2019. All rights reserved.