endurox-java
Public Member Functions | List of all members
org.endurox.Server Interface Reference

Public Member Functions

int tpSvrInit (AtmiCtx ctx, String[] argv)
 
void tpSvrDone (AtmiCtx ctx)
 

Member Function Documentation

◆ tpSvrDone()

void org.endurox.Server.tpSvrDone ( AtmiCtx  ctx)

Server call when shutdown of server process is performed

Parameters
ctxATMI Context into which server is started

◆ tpSvrInit()

int org.endurox.Server.tpSvrInit ( AtmiCtx  ctx,
String[]  argv 
)

Server init call

Parameters
ctxATMI Context into which server is started
argvEnduro/X command line options
Returns
0 in case of success, -1 failed