| 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 | Method and Description |
|---|---|
void |
Repository.addArchive(Archive archive)
Add a pre-parsed archive to the repository.
|
Archive |
Repository.addArchive(ArchiveType type,
String path)
Add an archive to the repository.
|
void |
Repository.removeArchive(ArchiveType type,
String name)
Remove the specified archive.
|
| Constructor and Description |
|---|
Archive(File archiveZip,
boolean validate)
Create a new Archive object from the specified archive package.
|
Repository(ManagementContext context)
Create a new instance of the repository.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.