public class TransactionServerService extends Object implements org.tanukisoftware.wrapper.WrapperListener
| Constructor and Description |
|---|
TransactionServerService() |
| Modifier and Type | Method and Description |
|---|---|
void |
controlEvent(int eventCode)
Passes events to the service
|
static void |
main(String[] args) |
Integer |
start(String[] args)
Called when the service is started.
|
int |
stop(int exitCode)
Called when the service is being asked to stop.
|
public Integer start(String[] args)
start in interface org.tanukisoftware.wrapper.WrapperListenerargs - The argumentspublic int stop(int exitCode)
stop in interface org.tanukisoftware.wrapper.WrapperListenerexitCode - The suggested exit codepublic void controlEvent(int eventCode)
controlEvent in interface org.tanukisoftware.wrapper.WrapperListenereventCode - public static void main(String[] args)
Copyright © 2019 JBoss by Red Hat. All rights reserved.