| Package | Description |
|---|---|
| com.sun.jbi.management.registry.xml | |
| com.sun.jbi.management.repository |
| Modifier and Type | Method and Description |
|---|---|
void |
RegistryUtil.cleanEntity(ArchiveType type,
String name,
boolean isInRegistry,
boolean isInRepository)
Cleans up an entity from the registry and/or the repository.
|
| Modifier and Type | Field and Description |
|---|---|
static ArchiveType |
ArchiveType.COMPONENT |
static ArchiveType |
ArchiveType.SERVICE_ASSEMBLY |
static ArchiveType |
ArchiveType.SERVICE_UNIT |
static ArchiveType |
ArchiveType.SHARED_LIBRARY |
| Modifier and Type | Method and Description |
|---|---|
ArchiveType |
Archive.getType()
Return type of archive.
|
static ArchiveType |
ArchiveType.valueOf(String jbiType) |
| Modifier and Type | Method and Description |
|---|---|
Archive |
Repository.addArchive(ArchiveType type,
String path)
Add an archive to the repository.
|
boolean |
Repository.archiveExists(ArchiveType type,
String name)
Used to determine if a particular archive is stored in the repository.
|
String |
Repository.findArchive(ArchiveType type,
String name)
Returns the path to the specified archive, or null if it does not exist
in the repository.
|
String |
Repository.findArchiveDirectory(ArchiveType type,
String name)
Returns the path to the directory where the archive is stored, or null
if archive does not exist in the repository.
|
Archive |
Repository.getArchive(ArchiveType type,
String name)
Retrieve archive details for the specified id.
|
List<String> |
Repository.getArchiveEntityNames(ArchiveType type) |
void |
Repository.removeArchive(ArchiveType type,
String name)
Remove the specified archive.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.