WebSphere:*,type=ConfigRepository
MinimalAccessCheck:
MBean ConfigRepository
Management interface for the configuration repository.
Operation Summary | |
com.ibm.websphere.management.repository.DocumentDigest | create( Create a new document in the repository |
com.ibm.websphere.management.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 |
com.ibm.websphere.management.repository.DocumentContentSource | extract( Extract a document from the repository |
com.ibm.websphere.management.repository.DocumentContentSource[] | extract( Extract documents from the repository |
com.ibm.websphere.management.repository.DocumentContentSource | extract( Extract a document from the repository |
com.ibm.websphere.management.repository.DocumentContentSource[] | extract( Extract documents from the repository |
com.ibm.websphere.management.repository.DocumentDigest | modify( Modify a document in the repository |
com.ibm.websphere.management.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. |
com.ibm.websphere.management.repository.ConfigEpoch | getRepositoryEpoch() Get the current epoch of the repository. |
com.ibm.websphere.management.repository.ConfigEpoch | refreshRepositoryEpoch() Refresh the epoch of the repository. |
java.lang.String[] | listResourceNames( List repository contents |
com.ibm.websphere.management.repository.DocumentDigest | getDigest( Get the digest for a document in the repository |
com.ibm.websphere.management.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 com.ibm.websphere.management.repository.DocumentDigest create(com.ibm.websphere.management.repository.DocumentContentSource docContents
)
docContents
-
The new document contents
public com.ibm.websphere.management.repository.DocumentDigest[] create(com.ibm.websphere.management.repository.DocumentContentSource[] docContents
)
docContents
-
The new document contents
public void delete(java.lang.String docURI
)
docURI
-
the URI of the document
public void delete(java.lang.String[] docURIs
)
docURIs
-
the URI of the document
public void delete(com.ibm.websphere.management.repository.Document doc
)
doc
-
the URI of the document
public void delete(com.ibm.websphere.management.repository.Document[] docs
)
docs
-
the URI of the document
public java.lang.String rename(java.lang.String docURI,
java.lang.String newdocURI
)
docURI
-
the current URI of the documentnewdocURI
-
the new URI of the document
public java.lang.String rename(com.ibm.websphere.management.repository.Document doc,
com.ibm.websphere.management.repository.Document newdoc
)
doc
-
the current URI of the documentnewdoc
-
the new URI of the document
public com.ibm.websphere.management.repository.DocumentContentSource extract(java.lang.String docURI
)
docURI
-
the URI of the document
public com.ibm.websphere.management.repository.DocumentContentSource[] extract(java.lang.String[] docURI
)
docURI
-
the URI of the document
public com.ibm.websphere.management.repository.DocumentContentSource extract(com.ibm.websphere.management.repository.Document doc
)
doc
-
the URI of the document
public com.ibm.websphere.management.repository.DocumentContentSource[] extract(com.ibm.websphere.management.repository.Document[] docs
)
docs
-
the URI of the document
public com.ibm.websphere.management.repository.DocumentDigest modify(com.ibm.websphere.management.repository.DocumentContentSource docContents
)
docContents
-
The new document contents
public com.ibm.websphere.management.repository.DocumentDigest[] modify(com.ibm.websphere.management.repository.DocumentContentSource[] docContents
)
docContents
-
The new document contents
public java.util.HashMap update(com.ibm.websphere.management.repository.DocumentContentSource[] docContents,
com.ibm.websphere.management.repository.DocumentContentSource[] docContents,
com.ibm.websphere.management.repository.Document[] docContents
)
docContents
-
The document contents for new documentsdocContents
-
The document contents for modified documentsdocContents
-
The document contents for deleted documents
public java.lang.Boolean lockRepository(java.lang.String reason
)
reason
-
a description of the reason for locking the repository
public java.lang.Boolean unlockRepository(java.lang.String reason
)
reason
-
a description of the reason for locking the repository - this should match the reason given in the lockRepository call.
public java.util.Properties getConfig()
public com.ibm.websphere.management.repository.ConfigEpoch getRepositoryEpoch()
public com.ibm.websphere.management.repository.ConfigEpoch refreshRepositoryEpoch()
public java.lang.String[] listResourceNames(java.lang.String parent,
int type,
int depth
)
parent
-
type
-
depth
-
public com.ibm.websphere.management.repository.DocumentDigest getDigest(java.lang.String docURI
)
docURI
-
the URI of the document
public com.ibm.websphere.management.repository.DocumentDigest[] getDigest(java.lang.String[] docURI
)
docURI
-
the URIs of the documents
public void createDigestFile(java.lang.String docURI,
boolean delete
)
docURI
-
the URI of the documentdelete
-
a flag to indicate if the original document should be deletedNotification Detail |