Package com.ibm.wsspi.webcontainer
Interface IPlatformHelper
- 
 public interface IPlatformHelper
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetServerID()booleanisDecodeURIPlatform()booleanisSyncToThreadPlatform()booleanisTransferToOS()voidsecurityIdentityPop(java.lang.Object o)java.lang.ObjectsecurityIdentityPush()
 
- 
- 
- 
Method Detail- 
securityIdentityPushjava.lang.Object securityIdentityPush() 
 - 
securityIdentityPopvoid securityIdentityPop(java.lang.Object o) 
 - 
getServerIDjava.lang.String getServerID() 
 - 
isSyncToThreadPlatformboolean isSyncToThreadPlatform() 
 - 
isDecodeURIPlatformboolean isDecodeURIPlatform() 
 - 
isTransferToOSboolean isTransferToOS() 
 
- 
 
-