public class ServiceContextWrapper extends ServiceContext
| Constructor and Description |
|---|
ServiceContextWrapper(ServiceContext wrapped) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthPass() |
String |
getAuthUser() |
String |
getAuthUserGridId() |
String |
getInitParameter(String parameter) |
String |
getPersistentProperty(String name) |
String |
getRealPath(String path) |
String |
getRemoteAddress() |
MimeHeaders |
getRequestMimeHeaders() |
Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> |
getRequestRpcHeaders() |
URL |
getRequestUrl() |
void |
setPersistentProperty(String name,
String value) |
getInitParameter, getRequestContextURL, getRequestRootURL, getSelfGridId, getSelfNodeIdpublic ServiceContextWrapper(ServiceContext wrapped)
public URL getRequestUrl()
getRequestUrl in class ServiceContextpublic MimeHeaders getRequestMimeHeaders()
getRequestMimeHeaders in class ServiceContextpublic Iterable<jp.go.nict.langrid.commons.rpc.RpcHeader> getRequestRpcHeaders()
getRequestRpcHeaders in class ServiceContextpublic String getAuthUserGridId()
getAuthUserGridId in class ServiceContextpublic String getAuthUser()
getAuthUser in class ServiceContextpublic String getAuthPass()
getAuthPass in class ServiceContextpublic String getRemoteAddress()
getRemoteAddress in class ServiceContextpublic String getInitParameter(String parameter)
getInitParameter in class ServiceContextpublic String getPersistentProperty(String name)
getPersistentProperty in class ServiceContextpublic void setPersistentProperty(String name, String value)
setPersistentProperty in class ServiceContextpublic String getRealPath(String path)
getRealPath in class ServiceContext