|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.internal.OSGiWrapper
public class OSGiWrapper
Used by the Wrapper
for operations that require accessing OSGi
classes, to avoid ClassNotFoundException
s when Wrapper
is
used in situations where OSGi is not enabled.
Constructor Summary | |
---|---|
OSGiWrapper()
|
Method Summary | |
---|---|
static java.io.OutputStream |
getOutputRedirectionPlugin(java.lang.String outClassName)
Retrieves an OutputRedirectionPlugin service from the OSGi framework. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OSGiWrapper()
Method Detail |
---|
public static java.io.OutputStream getOutputRedirectionPlugin(java.lang.String outClassName) throws org.osgi.framework.InvalidSyntaxException
Retrieves an OutputRedirectionPlugin service from the OSGi framework.
outClassName
- The class name of the OutputRedirectionPlugin, as specified by
the USEROUTPUTCLASS entry in the JVM profile.
OutputRedirectionPlugin
specified, or null
if
no matching service was found, the service was unregistered, or
the service did not extend OutputStream
.
org.osgi.framework.InvalidSyntaxException
- If the service filter contains an invalid filter string that
cannot be parsed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |