Method Summary |
|
public boolean | doesComponentDeployServiceAssembly(ComponentRefType componentRef, String serviceAssemblyName) |
public String | getAttribute(ConfigurationCategory type, String name) Get the value of a configuration attribute belonging to the
specified category, for the runtime target. |
public String | getAttribute(String targetName, ConfigurationCategory type, String name) Get the value of a configuration attribute belonging to the
specified category, for the specified target. |
public List<String> | getClusters() |
public List<String> | getClustersDeployingServiceAssembly(String serviceAssemblyName) |
public List<String> | getClustersInstallingComponent(String componentName) |
public List<String> | getClustersInstallingSharedLibrary(String sharedLibraryName) |
public DomainComponentType | getComponent(String componentName) |
public ComponentRefType | getComponent(String componentName, String targetName) |
public String | getComponentArchive(String componentName) |
public com.sun.jbi.management.descriptor.ComponentDescriptor | getComponentDescriptor(String componentName) Get the wrapper for the JAXB model for the installation descriptor for
a component. |
public String | getComponentFileName(String componentName) Get the file name for the domain component. |
public String | getComponentInstallationDescriptor(String componentName) |
public com.sun.jbi.management.descriptor.Jbi | getComponentJbi(String componentName) |
public ComponentState | getComponentState(String componentName, String targetName) Return the state of the component on the specified target. |
public long | getComponentTimestamp(String componentName) Get the timestamp for the domain component. |
public ComponentType | getComponentType(String componentName) |
public java.math.BigInteger | getComponentUpgradeNumber(String componentName) |
public ConfigType | getConfig(String targetName) Get a particular configuration for a target.
Parameters: targetName - - target instance/cluster name. |
public ConfigCategoryType | getConfigCategory(String targetName, ConfigurationCategory type) Get a particular configuration category in a target configuration. |
public String | getConfigName(String targetName) |
public InstalledComponentsListType | getInstalledEntities(String targetName) |
public Map | getPropertyMap(List<PropertyType> propertyList) |
public List<String> | getRegisteredComponents() |
public List<String> | getRegisteredServiceAssemblies() |
public List<String> | getRegisteredSharedLibraries() |
public List<String> | getServers() |
public List<String> | getServersDeployingServiceAssembly(String serviceAssemblyName) |
public List<String> | getServersInstallingComponent(String componentName) |
public List<String> | getServersInstallingSharedLibrary(String sharedLibraryName) |
public DomainEntityType | getServiceAssembly(String saName) |
public ServiceAssemblyRefType | getServiceAssembly(String saName, String targetName) Get the ServiceAssemblyRef for a service assembly. |
public String | getServiceAssemblyArchive(String saName) |
public String | getServiceAssemblyDeploymentDescriptor(String serviceAssemblyName) |
public String | getServiceAssemblyFileName(String saName) Get the file name for the domain service assembly. |
public com.sun.jbi.management.descriptor.Jbi | getServiceAssemblyJbi(String serviceAssemblyName) |
public long | getServiceAssemblyTimestamp(String saName) Get the file name for the domain service assembly. |
public String | getServiceUnitDeploymentDescriptor(String serviceAssemblyName, String serviceUnitName) |
public DomainSharedLibraryType | getSharedLibrary(String slName) |
public SharedLibraryRefType | getSharedLibrary(String slName, String targetName) |
public String | getSharedLibraryArchive(String sharedLibraryName) |
public String | getSharedLibraryFileName(String slName) Get the file name for the domain shared library. |
public String | getSharedLibraryInstallationDescriptor(String sharedLibraryName) |
public com.sun.jbi.management.descriptor.Jbi | getSharedLibraryJbi(String sharedLibraryName) |
public long | getSharedLibraryTimestamp(String slName) Get the file name for the domain shared library. |
public boolean | isAttributeOverriden(String targetName, ConfigurationCategory type, String name) Determine if a configuration attribute is overriden by a target. |
public boolean | isComponentInstalled(String componentName) |
public boolean | isComponentRegistered(String componentName) |
public boolean | isGlobalConfigurationDefined() |
public boolean | isServiceAssemblyDeployed(String serviceAssemblyName) |
public boolean | isServiceAssemblyRegistered(String serviceAssemblyName) If a service assembly is registered in the registry and not in the repository
it is removed from the repository. |
public boolean | isSharedLibraryInstalled(String sharedLibraryName) |
public boolean | isSharedLibraryRegistered(String sharedLibraryName) |
public boolean | isSystemComponent(String componentName) This method is used to find out if this is a system
component. |
public boolean | isSystemSharedLibrary(String sharedLibraryName) |
boolean | isTargetCluster(String targetName) |
boolean | isTargetDomain(String targetName) |
boolean | isTargetServer(String targetName) |
public void | removeComponentFromCache(String componentName) |
public void | removeServiceAssemblyFromCache(String serviceAssemblyName) |
public void | removeSharedLibraryFromCache(String sharedLibraryName) |