Modifier and Type | Class and Description |
---|---|
class |
ClassRealmReverseAdapter
A reverse adapter for ClassRealms
|
Modifier and Type | Method and Description |
---|---|
ClassRealm |
ClassRealmReverseAdapter.createChildRealm(String id) |
ClassRealm |
ClassRealmReverseAdapter.getParentRealm() |
ClassRealm |
ClassWorldReverseAdapter.getRealm(String id) |
ClassRealm |
ClassRealmReverseAdapter.locateSourceRealm(String className) |
ClassRealm |
ClassWorldReverseAdapter.newRealm(String id) |
ClassRealm |
ClassWorldReverseAdapter.newRealm(String id,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
static ClassRealmAdapter |
ClassRealmAdapter.getInstance(ClassRealm newRealm) |
void |
ClassRealmReverseAdapter.setParentRealm(ClassRealm classRealm) |
Modifier and Type | Method and Description |
---|---|
ClassRealm |
ClassWorld.getClassRealm(String id) |
ClassRealm |
ClassWorld.getRealm(String id) |
ClassRealm |
ClassWorld.newRealm(String id) |
ClassRealm |
ClassWorld.newRealm(String id,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
void |
ClassWorldListener.realmCreated(ClassRealm realm) |
void |
ClassWorldListener.realmDisposed(ClassRealm realm) |
Modifier and Type | Method and Description |
---|---|
ClassRealm |
Launcher.getMainRealm()
Retrieve the main entry realm.
|
Modifier and Type | Method and Description |
---|---|
ClassRealm |
ClassRealm.createChildRealm(String id) |
ClassRealm |
ClassRealm.getParentRealm() |
Modifier and Type | Method and Description |
---|---|
void |
ClassRealm.setParentRealm(ClassRealm realm) |
Modifier and Type | Field and Description |
---|---|
protected ClassRealm |
AbstractStrategy.realm |
Modifier and Type | Method and Description |
---|---|
ClassRealm |
AbstractStrategy.getRealm() |
ClassRealm |
Strategy.getRealm() |
Modifier and Type | Method and Description |
---|---|
static Strategy |
StrategyFactory.getStrategy(ClassRealm realm) |
static Strategy |
StrategyFactory.getStrategy(ClassRealm realm,
String hint) |
Constructor and Description |
---|
AbstractStrategy(ClassRealm realm) |
OsgiBundleStrategy(ClassRealm realm) |
ParentFirstStrategy(ClassRealm realm) |
SelfFirstStrategy(ClassRealm realm) |
Copyright © 2002-2012 Codehaus. All Rights Reserved.