Uses of Class
com.sun.corba.ee.spi.trace.Osgi
-
Packages that use Osgi Package Description com.sun.corba.ee.impl.osgi.loader com.sun.corba.ee.spi.orb -
-
Uses of Osgi in com.sun.corba.ee.impl.osgi.loader
Classes in com.sun.corba.ee.impl.osgi.loader with annotations of type Osgi Modifier and Type Class Description class
OSGIListener
OSGi class that monitors which bundles provide classes that the ORB needs to instantiate for initialization.private static class
OSGIListener.ClassCodeBaseHandlerImpl
private static class
OSGIListener.ClassNameResolverImpl
Methods in com.sun.corba.ee.impl.osgi.loader with annotations of type Osgi Modifier and Type Method Description void
OSGIListener. bundleChanged(org.osgi.framework.BundleEvent event)
static ClassCodeBaseHandler
OSGIListener. classCodeBaseHandler()
static org.glassfish.pfl.basic.func.UnaryFunction<java.lang.String,java.lang.Class<?>>
OSGIListener. classNameResolver()
java.lang.Class<?>
OSGIListener.ClassNameResolverImpl. evaluate(java.lang.String arg)
private static org.osgi.framework.Bundle
OSGIListener. getBundleForClass(java.lang.String className)
java.lang.String
OSGIListener.ClassCodeBaseHandlerImpl. getCodeBase(java.lang.Class<?> cls)
private void
OSGIListener. insertClasses(org.osgi.framework.Bundle bundle)
java.lang.Class<?>
OSGIListener.ClassCodeBaseHandlerImpl. loadClass(java.lang.String codebase, java.lang.String className)
private void
OSGIListener. removeClasses(org.osgi.framework.Bundle bundle)
void
OSGIListener. start(org.osgi.framework.BundleContext context)
void
OSGIListener. stop(org.osgi.framework.BundleContext context)
-
Uses of Osgi in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type Osgi Modifier and Type Field Description boolean
ORB. osgiDebugFlag
-