| Package | com.adobe.idp.dsc.registry.component.client |
| Class | public class ComponentRegistryClient |
| Inheritance | ComponentRegistryClient Object
|
| Method | Defined by | ||
|---|---|---|---|
|
ComponentRegistryClient(ServiceClientFactory clientServiceFactory)
The constructor for creating a Component Registry client instance.
| ComponentRegistryClient | ||
|
void clearCache()
Clears any caching of components.
| ComponentRegistryClient | ||
|
void forceUninstall(Component aComponent)
Forces the uninstall of a component, calling its Bootstrap interface and removing it from the container.
| ComponentRegistryClient | ||
|
Component getComponent(String aComponentId, String aVersion)
Retrieves the specified version of a component or throws a com.adobe.idp.dsc.registry.ComponentNotFoundException if it does not exist.
| ComponentRegistryClient | ||
|
List getComponents()
Retrieves a list of all the components installed in the container.
| ComponentRegistryClient | ||
|
List getComponents(String aComponentId)
Retrieves all versions with the specified component identifier.
| ComponentRegistryClient | ||
|
Installs a component, calling its Bootstrap interface and leaving the component in a STOPPED state.
| ComponentRegistryClient | ||
|
Installs a component, calling its Bootstrap interface and leaving the component in a STOPPED state.
| ComponentRegistryClient | ||
|
Loads a component, calling its Bootstrap interface and leaving the component in a STOPPED state.
| ComponentRegistryClient | ||
|
Modifies a component with the specified component information.
| ComponentRegistryClient | ||
|
Starts a component, calling its LifeCycle interface and leaving the component in a RUNNING state.
| ComponentRegistryClient | ||
|
Stops a component, calling its LifeCycle interface and leaving the component in a STOPPED state.
| ComponentRegistryClient | ||
|
Uninstalls a component, calling its Bootstrap interface and removing it from the container.
| ComponentRegistryClient | ||
| ComponentRegistryClient | () |
public ComponentRegistryClient(ServiceClientFactory clientServiceFactory)The constructor for creating a Component Registry client instance.
ParametersclientServiceFactory — A ServiceClientFactory instance with valid credentials of the server where the service is deployed. |
| clearCache | () |
public void clearCache()Clears any caching of components.
| forceUninstall | () |
public void forceUninstall(Component aComponent)Forces the uninstall of a component, calling its Bootstrap interface and removing it from the container.
Parameters
aComponent — The component to uninstall. |
RegistryException |
| getComponent | () |
public Component getComponent(String aComponentId, String aVersion)Retrieves the specified version of a component or throws a com.adobe.idp.dsc.registry.ComponentNotFoundException if it does not exist.
Parameters
aComponentId — The identifier of the component to return. |
|
aVersion — The version number of the component to return. |
| The specified component. |
com.adobe.idp.dsc.registry.ComponentNotFoundException |
| getComponents | () |
public List getComponents()Retrieves a list of all the components installed in the container.
Returns| A list of all the components installed in the container. |
| getComponents | () |
public List getComponents(String aComponentId)Retrieves all versions with the specified component identifier.
Parameters
aComponentId — The component identifier. |
| A list of all the components matching the specified component identifier. |
| install | () |
public Component install(Document componentArchiveDocument)Installs a component, calling its Bootstrap interface and leaving the component in a STOPPED state.
Parameters
componentArchiveDocument — A valid com.adobe.idp.Document representing the bits of the underlying component jar. |
| The component that was installed. |
RegistryException |
| install | () |
public Component install(byte[] componentArchiveByteArray)Installs a component, calling its Bootstrap interface and leaving the component in a STOPPED state.
Parameters
componentArchiveByteArray — A byte array representing the bits of the underlying component jar. |
| The component that was installed. |
RegistryException |
| load | () |
public Component load(Component aComponent)Loads a component, calling its Bootstrap interface and leaving the component in a STOPPED state.
Parameters
aComponent — The component to load. |
| The component that was loaded. |
RegistryException |
| modify | () |
public Component modify(ModifyComponentInfo aInfo)Modifies a component with the specified component information.
Parameters
aInfo — The component information with which to modify the component. |
| The modified component. |
RegistryException |
| start | () |
public Component start(Component aComponent)Starts a component, calling its LifeCycle interface and leaving the component in a RUNNING state.
Parameters
aComponent — The component to start. |
| component The started component. |
RegistryException |
| stop | () |
public Component stop(Component aComponent)Stops a component, calling its LifeCycle interface and leaving the component in a STOPPED state.
Parameters
aComponent — The component to stop. |
| The stopped component. |
RegistryException |
| uninstall | () |
public void uninstall(Component aComponent)Uninstalls a component, calling its Bootstrap interface and removing it from the container.
Parameters
aComponent — The component to uninstall. |
RegistryException |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/sdkHelp/programmer/javadoc/com/adobe/idp/dsc/registry/component/client/ComponentRegistryClient.html