Package com.ibm.wsspi.webcontainer
Interface IPlatformHelper
-
public interface IPlatformHelper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getServerID()
boolean
isDecodeURIPlatform()
boolean
isSyncToThreadPlatform()
boolean
isTransferToOS()
void
securityIdentityPop(java.lang.Object o)
java.lang.Object
securityIdentityPush()
-
-
-
Method Detail
-
securityIdentityPush
java.lang.Object securityIdentityPush()
-
securityIdentityPop
void securityIdentityPop(java.lang.Object o)
-
getServerID
java.lang.String getServerID()
-
isSyncToThreadPlatform
boolean isSyncToThreadPlatform()
-
isDecodeURIPlatform
boolean isDecodeURIPlatform()
-
isTransferToOS
boolean isTransferToOS()
-
-