|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.tcpip.model.client.TCPIPClientSunJavaAppServerInfo
public class TCPIPClientSunJavaAppServerInfo
This class represents the configuration for the connector connection pool of Sun Java System Application Server (Sun One Application Server) or SeeBeyond Runtime Server version 5.1.x.
| Field Summary | |
|---|---|
static java.lang.String |
version
|
| Constructor Summary | |
|---|---|
TCPIPClientSunJavaAppServerInfo()
Constructor for TCPIPClientSunJavaAppServerInfo. |
|
TCPIPClientSunJavaAppServerInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
Constructor for TCPIPClientSunJavaAppServerInfo. |
|
| Method Summary | |
|---|---|
com.stc.connector.framework.util.ConfigurationHelper |
getInitPropertiesInfo()
Returns the initial configuration. |
int |
getMaxPoolSize()
|
long |
getMaxWaitTimeInMillis()
|
long |
getPoolIdleTimeoutInSeconds()
|
int |
getResizeQuantity()
|
int |
getSteadyPoolSize()
|
void |
setMaxPoolSize(int aMaxPoolSize)
|
void |
setMaxWaitTimeInMillis(long aMaxWaitTimeInMillis)
|
void |
setPoolIdleTimeoutInSeconds(long aPoolIdleTimeoutInSeconds)
|
void |
setResizeQuantity(int aResizeQuantity)
|
void |
setSteadyPoolSize(int aSteadyPoolSize)
|
void |
validate()
Validates the configuration settings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String version
| Constructor Detail |
|---|
public TCPIPClientSunJavaAppServerInfo()
throws TCPIPApplicationException
TCPIPApplicationException - on error.
public TCPIPClientSunJavaAppServerInfo(com.stc.connector.framework.util.ConfigurationHelper aConfiguration)
throws TCPIPApplicationException
aConfiguration - The initial properties into.
TCPIPApplicationException - on error.| Method Detail |
|---|
public com.stc.connector.framework.util.ConfigurationHelper getInitPropertiesInfo()
public int getMaxPoolSize()
public long getMaxWaitTimeInMillis()
public long getPoolIdleTimeoutInSeconds()
public int getResizeQuantity()
public int getSteadyPoolSize()
public void setMaxPoolSize(int aMaxPoolSize)
throws TCPIPApplicationException
aMaxPoolSize -
TCPIPApplicationException
public void setMaxWaitTimeInMillis(long aMaxWaitTimeInMillis)
throws TCPIPApplicationException
aMaxWaitTimeInMillis -
TCPIPApplicationException
public void setPoolIdleTimeoutInSeconds(long aPoolIdleTimeoutInSeconds)
throws TCPIPApplicationException
aPoolIdleTimeoutInSeconds -
TCPIPApplicationException
public void setResizeQuantity(int aResizeQuantity)
throws TCPIPApplicationException
aResizeQuantity -
TCPIPApplicationException
public void setSteadyPoolSize(int aSteadyPoolSize)
throws TCPIPApplicationException
aSteadyPoolSize -
TCPIPApplicationException
public void validate()
throws TCPIPApplicationException
TCPIPApplicationException - on error
|
Sun Adapter for TCP/IP HL7 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||