| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PocService
Service that provides access to POC specific functionality. This service must be disposed by a call to Disposable.dispose() after it has been retrieved via its home interface.
Method Summary | |
---|---|
Context | createContext()
Deprecated. |
java.net.URI | createURI(java.lang.String uri)
Parses the URI string and creates a new URI object. |
java.net.URI | createURI(java.lang.String scheme,
java.lang.String schemeSpecificPart)
Creates a new URI based on scheme and scheme specific part. |
java.net.URI | createURI(java.net.URI uri)
Creates a new URI based on an existing URI. |
Context | getContext()
Returns the COR Context for the environment that matches the service environment. |
ContextAccessor | getContextAccessor()
Returns access to information about the current access context. |
LookupService | getLookupService()
Deprecated. use PocServiceHome#getLookupService() instead |
PocURLFactory | getURLFactory()
Returns access to the URL generation functionality for POC URLs |
Methods inherited from interface com.ibm.portal.Disposable |
---|
dispose |
Method Detail |
---|
@Deprecated Context createContext()
java.net.URI createURI(java.lang.String uri) throws java.net.URISyntaxException, java.io.IOException
null
java.net.URI createURI(java.lang.String scheme, java.lang.String schemeSpecificPart) throws java.net.URISyntaxException
null
null
java.net.URI createURI(java.net.URI uri)
null
Context getContext()
null
ContextAccessor getContextAccessor()
@Deprecated LookupService getLookupService()
null
PocURLFactory getURLFactory()
null
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |