com.ibm.isc.api.platform
Class Constants
- java.lang.Object
com.ibm.isc.api.platform.Constants
- public class Constants
- extends java.lang.Object
Field Summary
Modifier and Type | Field and Description |
---|---|
|
EWAS
integer value for Embedded WebSphere Application Server (EWAS)
|
|
LWI
integer value for Light Weight Infrastructure (LWI)
|
|
WAS
integer value for WebSphere Application Server (WAS)
|
|
WPS
integer value for WebSphere Portal Server (WPS)
|
Constructor Summary
Constructor and Description |
---|
Constants()
|
Method Summary
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail
WAS
- public static final int WAS
integer value for WebSphere Application Server (WAS)
See Also:
LWI
- public static final int LWI
integer value for Light Weight Infrastructure (LWI)
See Also:
EWAS
- public static final int EWAS
integer value for Embedded WebSphere Application Server (EWAS)
See Also:
WPS
- public static final int WPS
integer value for WebSphere Portal Server (WPS)
See Also:
Constructor Detail
Constants
- public Constants()