Package com.ibm.wsspi.collective.repository

This package contains all of the public SPIs (exposed as OSGi services) which allow local programmatic access to the Collective Repository.

See:
          Description

Interface Summary
RepositoryClient RepositoryMember defines the client interface to the Collective Repository.
RepositoryMember RepositoryMember defines the member interface to the Collective Repository.
 

Class Summary
RepositoryConnectionFactory The RepositoryConnectionFactory creates (or retrieves) RepositoryClient and RepositoryMember.
 

Package com.ibm.wsspi.collective.repository Description

This package contains all of the public SPIs (exposed as OSGi services) which allow local programmatic access to the Collective Repository. Access to the SPIs can be obtained from OSGi service lookup or injection of the RepositoryConnectionFactory class. Access is also supported by static methods on RepositoryConnectionFactory. Access via OSGi service injection is recommended, as access through the static methods will require the caller to periodically check if the services have been resolved.