|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigTarget | |
---|---|
org.ops4j.pax.coin.service.internal.plugin | |
org.ops4j.pax.coin.service.internal.provider | |
org.ops4j.pax.coin.service.internal.target |
Uses of ConfigTarget in org.ops4j.pax.coin.service.internal.plugin |
---|
Methods in org.ops4j.pax.coin.service.internal.plugin with parameters of type ConfigTarget | |
---|---|
boolean |
ConfigPlugin.isStatifiedBy(ConfigTarget target)
Returns true if the configuration plugin handles the configuration target. |
Uses of ConfigTarget in org.ops4j.pax.coin.service.internal.provider |
---|
Methods in org.ops4j.pax.coin.service.internal.provider with parameters of type ConfigTarget | |
---|---|
void |
ConfigSwitch.registered(ConfigTarget target)
Signals that a configuration target has been registered. |
void |
ConfigSwitchFactory.registered(ConfigTarget observed)
|
void |
ConfigSwitch.unregistered(ConfigTarget target)
Signals that a configuration target has been unregistered. |
void |
ConfigSwitchFactory.unregistered(ConfigTarget observed)
Unregisters the unregistred configuration target from configuration synchronizer. |
Uses of ConfigTarget in org.ops4j.pax.coin.service.internal.target |
---|
Classes in org.ops4j.pax.coin.service.internal.target that implement ConfigTarget | |
---|---|
class |
AbstractConfigTarget
Generic implementation of configuration target that handles callbacks on configuration plugins. |
class |
ManagedServiceConfigTarget
TODO Add JavaDoc TODO implement equals/hasCode ? TODO validate that pid on doUpdate is the same with group pid? |
class |
ManagedServiceFactoryConfigTarget
TODO Add JavaDoc TODO implement equals/hasCode ? |
Methods in org.ops4j.pax.coin.service.internal.target that return ConfigTarget | |
---|---|
ConfigTarget |
ConfigTargetRepository.get(String groupId)
Searches repository for the configuration target with the specified group id. |
ConfigTarget |
ConfigTargetRepositoryImpl.get(String groupId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |