Package | Description |
---|---|
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
RepositoryMember
RepositoryMember defines the member interface to the Collective Repository.
|
Modifier and Type | Method and Description |
---|---|
static RepositoryClient |
RepositoryConnectionFactory.getRepositoryClient()
Retrieve a RepositoryClient connection.
|
RepositoryClient |
RepositoryConnectionFactory.obtainRepositoryClient()
Instance method used to invoke
RepositoryConnectionFactory.getRepositoryClient() . |