WebSphere:*,type=ConfigRepository
true
MBean ConfigRepository
Management interface for the configuration repository.
Operation Summary | |
---|---|
DocumentDigest | create( Create a new document in the repository |
DocumentDigest[] | create( Create new documents in the repository |
void | delete( Delete a document from the repository |
void | delete( Delete documents from the repository |
void | delete( Delete a document from the repository |
void | delete( Delete documents from the repository |
java.lang.String | rename( Rename a document in the repository |
java.lang.String | rename( Rename a document in the repository |
DocumentContentSource | extract( Extract a document from the repository |
DocumentContentSource[] | extract( Extract documents from the repository |
DocumentContentSource | extract( Extract a document from the repository |
DocumentContentSource[] | extract( Extract documents from the repository |
DocumentDigest | modify( Modify a document in the repository |
DocumentDigest[] | modify( Modify documents in the repository |
java.util.HashMap | update( Add, modify, and/or, delete documents in the repository |
java.lang.Boolean | lockRepository( Lock the repository |
java.lang.Boolean | unlockRepository( Unlock the repository |
java.util.Properties | getConfig() Get the configuration of the repository. |
ConfigEpoch | getRepositoryEpoch() Get the current epoch of the repository. |
ConfigEpoch | refreshRepositoryEpoch() Refresh the epoch of the repository. |
java.lang.String[] | listResourceNames( List repository contents |
DocumentDigest | getDigest( Get the digest for a document in the repository |
DocumentDigest[] | getDigest( Get the digests for documents in the repository |
void | createDigestFile( Create a digest file for a document |
Notification Summary | |
---|---|
websphere.repository.change The configuration repository contents have changed. | |
websphere.repository.lock The configuration repository is locked. | |
websphere.repository.unlock The configuration repository is unlocked. | |
websphere.repository.epoch.refresh The configuration repository's epoch is refreshed. |
Operation Detail |
---|
public DocumentDigest create(
DocumentContentSource docContents
)
Create a new document in the repository
docContents
-
The new document contents
administrator
configurator
public DocumentDigest[] create(
DocumentContentSource[] docContents
)
Create new documents in the repository
docContents
-
The new document contents
administrator
configurator
public void delete(
java.lang.String docURI
)
Delete a document from the repository
docURI
-
the URI of the document
administrator
configurator
public void delete(
java.lang.String[] docURIs
)
Delete documents from the repository
docURIs
-
the URI of the document
administrator
configurator
public void delete(
Document doc
)
Delete a document from the repository
doc
-
the URI of the document
administrator
configurator
public void delete(
Document[] docs
)
Delete documents from the repository
docs
-
the URI of the document
administrator
configurator
public java.lang.String rename(
java.lang.String docURI,
java.lang.String newdocURI
)
Rename a document in the repository
docURI
-
the current URI of the document newdocURI
-
the new URI of the document
administrator
configurator
public java.lang.String rename(
Document doc,
Document newdoc
)
Rename a document in the repository
doc
-
the current URI of the document newdoc
-
the new URI of the document
administrator
configurator
public DocumentContentSource extract(
java.lang.String docURI
)
Extract a document from the repository
docURI
-
the URI of the document
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DocumentContentSource[] extract(
java.lang.String[] docURI
)
Extract documents from the repository
docURI
-
the URI of the document
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DocumentContentSource extract(
Document doc
)
Extract a document from the repository
doc
-
the URI of the document
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DocumentContentSource[] extract(
Document[] docs
)
Extract documents from the repository
docs
-
the URI of the document
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DocumentDigest modify(
DocumentContentSource docContents
)
Modify a document in the repository
docContents
-
The new document contents
administrator
configurator
public DocumentDigest[] modify(
DocumentContentSource[] docContents
)
Modify documents in the repository
docContents
-
The new document contents
administrator
configurator
public java.util.HashMap update(
DocumentContentSource[] docContents,
DocumentContentSource[] docContents,
Document[] docContents
)
Add, modify, and/or, delete documents in the repository
docContents
-
The document contents for new documents docContents
-
The document contents for modified documents docContents
-
The document contents for deleted documents
administrator
configurator
public java.lang.Boolean lockRepository(
java.lang.String reason
)
Lock the repository
reason
-
a description of the reason for locking the repository
administrator
configurator
public java.lang.Boolean unlockRepository(
java.lang.String reason
)
Unlock the repository
reason
-
a description of the reason for locking the repository - this should match the reason given in the lockRepository call.
administrator
configurator
public java.util.Properties getConfig()
Get the configuration of the repository.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ConfigEpoch getRepositoryEpoch()
Get the current epoch of the repository.
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public ConfigEpoch refreshRepositoryEpoch()
Refresh the epoch of the repository.
administrator
configurator
public java.lang.String[] listResourceNames(
java.lang.String parent,
int type,
int depth
)
List repository contents
parent
-
type
-
depth
-
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DocumentDigest getDigest(
java.lang.String docURI
)
Get the digest for a document in the repository
docURI
-
the URI of the document
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public DocumentDigest[] getDigest(
java.lang.String[] docURI
)
Get the digests for documents in the repository
docURI
-
the URIs of the documents
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
public void createDigestFile(
java.lang.String docURI,
boolean delete
)
Create a digest file for a document
docURI
-
the URI of the document delete
-
a flag to indicate if the original document should be deleted
administrator
operator
configurator
monitor
deployer
adminsecuritymanager
Notification Detail |
---|
The configuration repository contents have changed.
5
(Warning)
The configuration repository is locked.
5
(Warning)
The configuration repository is unlocked.
5
(Warning)
The configuration repository's epoch is refreshed.
5
(Warning)