org.eclipse.osgi.framework.internal.protocol
Class MultiplexingFactory
java.lang.Object
org.eclipse.osgi.framework.internal.protocol.MultiplexingFactory
- Direct Known Subclasses:
- ContentHandlerFactory, StreamHandlerFactory
public abstract class MultiplexingFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACKAGEADMINCLASS
protected static final String PACKAGEADMINCLASS
- See Also:
- Constant Field Values
context
protected BundleContext context
adaptor
protected FrameworkAdaptor adaptor
setParentFactory
public abstract void setParentFactory(Object parentFactory)
getParentFactory
public abstract Object getParentFactory()
isMultiplexing
public boolean isMultiplexing()
register
public void register(Object factory)
unregister
public void unregister(Object factory)
designateSuccessor
public Object designateSuccessor()
findAuthorizedFactory
public Object findAuthorizedFactory(List<Class<?>> ignoredClasses)
hasAuthority
public boolean hasAuthority(Class<?> clazz)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.