|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LocalContentManagerFactory<T extends SynchronizationActionContext>
Factory for a LocalContentManager
that understands a
particular type of URI.
Method Summary | |
---|---|
boolean |
accepts(Collection<URI> uris)
Indicates whether this factory can create a LocalContentManager
that works with the given collection of URIs. |
LocalContentManager<T> |
getLocalContentManager(Map<String,URI> namedURIMap,
org.jboss.profileservice.spi.ProfileKey profileKey,
String localNodeName)
Gets a LocalContentManager for the given set of URIs. |
Method Detail |
---|
boolean accepts(Collection<URI> uris)
LocalContentManager
that works with the given collection of URIs.
uris
- the URIs. Cannot be null
true
if a persister can be created, false
otherwiseLocalContentManager<T> getLocalContentManager(Map<String,URI> namedURIMap, org.jboss.profileservice.spi.ProfileKey profileKey, String localNodeName)
LocalContentManager
for the given set of URIs.
namedURIMap
- the URIs to be managed, keyed by a unique identifierprofileKey
- key of the Profile
associated with the contentlocalNodeName
- cluster-wide unique name for this node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |