@Version("1.0")
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.
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.
-
Interface Summary Interface Description RepositoryClient RepositoryMember defines the client interface to the Collective Repository.RepositoryMember RepositoryMember defines the member interface to the Collective Repository. -
Class Summary Class Description RepositoryConnectionFactory The RepositoryConnectionFactory creates (or retrieves)RepositoryClient
andRepositoryMember
.