public abstract class SapJcoServer extends Object
Modifier and Type | Field and Description |
---|---|
protected SapJcoClient |
client |
protected org.apache.commons.logging.Log |
logger |
protected static int |
MAX_JCO_SERVER_DESTINATION_NAME_LENGTH |
protected com.sap.conn.jco.server.JCoServer |
server |
Constructor and Description |
---|
SapJcoServer() |
Modifier and Type | Method and Description |
---|---|
protected String |
createServerName(SapJcoClient client,
Properties endpointProperties,
Properties serverProperties) |
void |
dispose() |
SapJcoClient |
getClient() |
String |
getName() |
long |
getOperationTimeout() |
Properties |
getServerProperties() |
Object |
getSynchronizer() |
abstract void |
initialise(SapJcoClient client,
Properties endpointProperties,
Properties serverProperties,
SapJcoServerHandler handler,
SapJcoServerTIdHandler tIdHandler,
SapJcoServerUnitIDHandler unitIdHandler,
SapType type,
SapType rfcType) |
protected void |
setClient(SapJcoClient client) |
void |
setName(String name) |
void |
setOperationTimeout(long operationTimeout) |
void |
setSynchronizer(Object synchronizer) |
void |
start() |
void |
stop() |
protected final org.apache.commons.logging.Log logger
protected static final int MAX_JCO_SERVER_DESTINATION_NAME_LENGTH
protected SapJcoClient client
protected com.sap.conn.jco.server.JCoServer server
public abstract void initialise(SapJcoClient client, Properties endpointProperties, Properties serverProperties, SapJcoServerHandler handler, SapJcoServerTIdHandler tIdHandler, SapJcoServerUnitIDHandler unitIdHandler, SapType type, SapType rfcType) throws Exception
Exception
public SapJcoClient getClient()
protected void setClient(SapJcoClient client)
public Object getSynchronizer()
public void setSynchronizer(Object synchronizer)
public long getOperationTimeout()
public void setOperationTimeout(long operationTimeout)
protected String createServerName(SapJcoClient client, Properties endpointProperties, Properties serverProperties)
public Properties getServerProperties()
public String getName()
public void setName(String name)
Copyright © 2016. All rights reserved.