A C D E F G H I L N O R S T U V X

A

addContainers(List<Container>) - Method in class org.ow2.petals.admin.topology.Subdomain
 
addSubdomain(List<Subdomain>) - Method in class org.ow2.petals.admin.topology.Domain
 
AdminFactory - Class in org.ow2.petals.admin.api
 
AdminFactory() - Constructor for class org.ow2.petals.admin.api.AdminFactory
 
Artifact - Class in org.ow2.petals.admin.api.artifact
This class represents a remote JBI artifact archive.
Artifact(String, String) - Constructor for class org.ow2.petals.admin.api.artifact.Artifact
Create a new artifact
Artifact(String, String, String) - Constructor for class org.ow2.petals.admin.api.artifact.Artifact
Create a new artifact
ArtifactAdministration - Class in org.ow2.petals.admin.api
 
ArtifactAdministration() - Constructor for class org.ow2.petals.admin.api.ArtifactAdministration
 
ArtifactAdministrationException - Exception in org.ow2.petals.admin.api.exception
 
ArtifactAdministrationException(Throwable) - Constructor for exception org.ow2.petals.admin.api.exception.ArtifactAdministrationException
 
ArtifactAdministrationException(String) - Constructor for exception org.ow2.petals.admin.api.exception.ArtifactAdministrationException
 
ArtifactAdministrationException(String, Throwable) - Constructor for exception org.ow2.petals.admin.api.exception.ArtifactAdministrationException
 
ArtifactException - Exception in org.ow2.petals.admin.api.artifact
An ArtifactException is thrown when a remote archive can not be reached or is corrupted.
ArtifactException() - Constructor for exception org.ow2.petals.admin.api.artifact.ArtifactException
 
ArtifactException(String, Throwable) - Constructor for exception org.ow2.petals.admin.api.artifact.ArtifactException
 
ArtifactException(String) - Constructor for exception org.ow2.petals.admin.api.artifact.ArtifactException
 
ArtifactException(Throwable) - Constructor for exception org.ow2.petals.admin.api.artifact.ArtifactException
 
ArtifactLifecycle - Interface in org.ow2.petals.admin.api.artifact.lifecycle
 
ArtifactLifecycleFactory - Class in org.ow2.petals.admin.api.artifact.lifecycle
 
ArtifactLifecycleFactory() - Constructor for class org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycleFactory
 
ArtifactNotFoundException - Exception in org.ow2.petals.admin.api.exception
Exception thrown when an artifact can not be found.
ArtifactNotFoundException(String, String) - Constructor for exception org.ow2.petals.admin.api.exception.ArtifactNotFoundException
 
ArtifactState - Interface in org.ow2.petals.admin.api.artifact
 
ArtifactState.State - Enum in org.ow2.petals.admin.api.artifact
 
ArtifactTypeIsNeededException - Exception in org.ow2.petals.admin.api.exception
Several artifacts match the name, the artifact type MUST be provided to be able to find the right artifact.
ArtifactTypeIsNeededException(String) - Constructor for exception org.ow2.petals.admin.api.exception.ArtifactTypeIsNeededException
 
ArtifactUtils - Class in org.ow2.petals.admin.api.artifact
 
ArtifactUtils() - Constructor for class org.ow2.petals.admin.api.artifact.ArtifactUtils
 

C

changeLoggerLevel(String, String) - Method in interface org.ow2.petals.admin.api.ContainerAdministration
Change the level of a logger.
compareTo(Logger) - Method in class org.ow2.petals.admin.api.artifact.Logger
 
Component - Class in org.ow2.petals.admin.api.artifact
This class represents a remote JBI Component.
Component(String, Component.ComponentType, Properties) - Constructor for class org.ow2.petals.admin.api.artifact.Component
 
Component(String, Component.ComponentType) - Constructor for class org.ow2.petals.admin.api.artifact.Component
 
Component.ComponentType - Enum in org.ow2.petals.admin.api.artifact
 
ComponentLifecycle - Class in org.ow2.petals.admin.api.artifact.lifecycle
 
ComponentLifecycle(Component) - Constructor for class org.ow2.petals.admin.api.artifact.lifecycle.ComponentLifecycle
 
connect(String, int, String, String) - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
Container - Class in org.ow2.petals.admin.topology
 
Container(String, Container.NodeType, String, HashMap<Container.PortType, Integer>) - Constructor for class org.ow2.petals.admin.topology.Container
 
Container.NodeType - Enum in org.ow2.petals.admin.topology
 
Container.PortType - Enum in org.ow2.petals.admin.topology
 
ContainerAdministration - Interface in org.ow2.petals.admin.api
 
ContainerAdministrationException - Exception in org.ow2.petals.admin.api.exception
 
ContainerAdministrationException(Throwable) - Constructor for exception org.ow2.petals.admin.api.exception.ContainerAdministrationException
 
ContainerAdministrationException(String) - Constructor for exception org.ow2.petals.admin.api.exception.ContainerAdministrationException
 
createArtifact(URL) - Static method in class org.ow2.petals.admin.api.artifact.ArtifactUtils
Create artifact from the specified URL
createArtifact(URL, URL) - Static method in class org.ow2.petals.admin.api.artifact.ArtifactUtils
Create artifact from the specified URL with the specified properties files (Only useful for Component)
createArtifact(URL, Properties) - Static method in class org.ow2.petals.admin.api.artifact.ArtifactUtils
Create artifact from the specified URL with the specified properties files (Only useful for Component)
createArtifactAdministration() - Method in class org.ow2.petals.admin.api.AdminFactory
Create instance of ArtifactAdministration implementation.
createComponentLifecycle(Component) - Method in class org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycleFactory
 
createContainerAdministration() - Method in class org.ow2.petals.admin.api.AdminFactory
Create instance of ContainerAdministration implementation.
createRegistryAdministration() - Method in class org.ow2.petals.admin.api.AdminFactory
Create instance of RegistryAdministration implementation.
createServiceAssemblyLifecycle(ServiceAssembly) - Method in class org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycleFactory
 
createSharedLibraryLifecycle(SharedLibrary) - Method in class org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycleFactory
 

D

deploy(URL) - Method in interface org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycle
Install/deploy the artefact
deployAndStartArtifact(URL) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
deployAndStartArtifact(URL, Properties) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
deployAndStartArtifact(URL, URL) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
deployAndStartArtifacts(URL[]) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Deploy and start all specified artifacts taking into account the artifact type.
disconnect() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
Domain - Class in org.ow2.petals.admin.topology
 
Domain(String) - Constructor for class org.ow2.petals.admin.topology.Domain
 

E

Endpoint - Class in org.ow2.petals.admin.registry
 
Endpoint(String, Endpoint.EndpointType, String, String, String, List<String>) - Constructor for class org.ow2.petals.admin.registry.Endpoint
 
Endpoint.EndpointType - Enum in org.ow2.petals.admin.registry
 
equals(Object) - Method in class org.ow2.petals.admin.api.artifact.Artifact
 

F

FACTORY_PROPERTY_KEY - Static variable in class org.ow2.petals.admin.api.AdminFactory
Property key to set AdminFactory implementation name
FACTORY_PROPERTY_KEY - Static variable in class org.ow2.petals.admin.api.artifact.ArtifactUtils
Property key to set ArtifactUtils implementation name
FACTORY_PROPERTY_KEY - Static variable in class org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycleFactory
 
fromStringValue(String) - Static method in enum org.ow2.petals.admin.api.artifact.ArtifactState.State
 

G

getAllEndpoints() - Method in interface org.ow2.petals.admin.registry.RegistryView
 
getArtifact(String, String) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Create an artifact with this type and name.
getArtifactInfo(URL) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
getArtifactInfo(String, String) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Get information about an artifact already deployed.
getComponent() - Method in class org.ow2.petals.admin.api.artifact.lifecycle.ComponentLifecycle
 
getComponentName() - Method in class org.ow2.petals.admin.registry.Endpoint
 
getComponentType() - Method in class org.ow2.petals.admin.api.artifact.Component
Get the component type
getContainerName() - Method in class org.ow2.petals.admin.registry.Endpoint
 
getContainerName() - Method in class org.ow2.petals.admin.topology.Container
 
getContainers() - Method in class org.ow2.petals.admin.topology.Subdomain
 
getDescription() - Method in exception org.ow2.petals.admin.api.exception.RegistryRegexpPatternException
 
getEndpointName() - Method in class org.ow2.petals.admin.registry.Endpoint
 
getEndpointType() - Method in class org.ow2.petals.admin.registry.Endpoint
 
getHost() - Method in class org.ow2.petals.admin.topology.Container
 
getInterfaceNames() - Method in class org.ow2.petals.admin.registry.Endpoint
 
getLevel() - Method in class org.ow2.petals.admin.api.artifact.Logger
 
getLevel() - Method in exception org.ow2.petals.admin.api.exception.InvalidLogLevelException
 
getListOfEndpointsByInterfaceName() - Method in interface org.ow2.petals.admin.registry.RegistryView
 
getListOfEndpointsByServiceName() - Method in interface org.ow2.petals.admin.registry.RegistryView
 
getLogger() - Method in exception org.ow2.petals.admin.api.exception.LoggerNotFoundException
 
getLoggers() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
Get loggers available on the container.
getName() - Method in class org.ow2.petals.admin.api.artifact.Artifact
Return the name of the artifact
getName() - Method in class org.ow2.petals.admin.api.artifact.Logger
 
getName() - Method in exception org.ow2.petals.admin.api.exception.ArtifactNotFoundException
 
getName() - Method in exception org.ow2.petals.admin.api.exception.ArtifactTypeIsNeededException
 
getName() - Method in class org.ow2.petals.admin.topology.Domain
 
getName() - Method in class org.ow2.petals.admin.topology.Subdomain
 
getNodeType() - Method in class org.ow2.petals.admin.topology.Container
 
getParameters() - Method in class org.ow2.petals.admin.api.artifact.Component
Get the parameters
getPorts() - Method in class org.ow2.petals.admin.topology.Container
 
getRegexp() - Method in exception org.ow2.petals.admin.api.exception.RegistryRegexpPatternException
 
getRegistryContent(String, String, String) - Method in interface org.ow2.petals.admin.api.RegistryAdministration
Return the registry content filtered according to the provided regular expressions.
getServerProperties() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
getServiceAssembly() - Method in class org.ow2.petals.admin.api.artifact.lifecycle.ServiceAssemblyLifecycle
 
getServiceName() - Method in class org.ow2.petals.admin.registry.Endpoint
 
getServiceUnits() - Method in class org.ow2.petals.admin.api.artifact.ServiceAssembly
 
getSharedLibrary() - Method in class org.ow2.petals.admin.api.artifact.lifecycle.SharedLibraryLifecycle
 
getState() - Method in interface org.ow2.petals.admin.api.artifact.ArtifactState
 
getState() - Method in class org.ow2.petals.admin.api.artifact.Component
 
getState() - Method in class org.ow2.petals.admin.api.artifact.ServiceAssembly
Get the service assembly state
getSubdomains() - Method in class org.ow2.petals.admin.topology.Domain
 
getSystemInfo() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
getTargetComponent() - Method in class org.ow2.petals.admin.api.artifact.ServiceUnit
 
getTopology() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
getType() - Method in class org.ow2.petals.admin.api.artifact.Artifact
Return the type of the artifact.
getType() - Method in exception org.ow2.petals.admin.api.exception.ArtifactNotFoundException
 
getType() - Method in exception org.ow2.petals.admin.api.exception.UnsupportedArtifactTypeException
 
getVersion() - Method in class org.ow2.petals.admin.api.artifact.Artifact
Return the version of the artifact

H

hashCode() - Method in class org.ow2.petals.admin.api.artifact.Artifact
 

I

InvalidLogLevelException - Exception in org.ow2.petals.admin.api.exception
The level is invalid (does not exist).
InvalidLogLevelException(String) - Constructor for exception org.ow2.petals.admin.api.exception.InvalidLogLevelException
 

L

listArtifacts() - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
Logger - Class in org.ow2.petals.admin.api.artifact
This class represents a remote logger.
Logger(String, String) - Constructor for class org.ow2.petals.admin.api.artifact.Logger
 
LoggerNotFoundException - Exception in org.ow2.petals.admin.api.exception
The logger does not exist.
LoggerNotFoundException(String) - Constructor for exception org.ow2.petals.admin.api.exception.LoggerNotFoundException
 

N

newInstance() - Static method in class org.ow2.petals.admin.api.AdminFactory
Obtain a new instance of AdminFactory.
newInstance(Artifact) - Static method in class org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycleFactory
 

O

org.ow2.petals.admin.api - package org.ow2.petals.admin.api
 
org.ow2.petals.admin.api.artifact - package org.ow2.petals.admin.api.artifact
 
org.ow2.petals.admin.api.artifact.lifecycle - package org.ow2.petals.admin.api.artifact.lifecycle
 
org.ow2.petals.admin.api.exception - package org.ow2.petals.admin.api.exception
 
org.ow2.petals.admin.registry - package org.ow2.petals.admin.registry
 
org.ow2.petals.admin.topology - package org.ow2.petals.admin.topology
 

R

RegistryAdministration - Interface in org.ow2.petals.admin.api
 
RegistryAdministrationException - Exception in org.ow2.petals.admin.api.exception
 
RegistryAdministrationException(Throwable) - Constructor for exception org.ow2.petals.admin.api.exception.RegistryAdministrationException
 
RegistryAdministrationException(String) - Constructor for exception org.ow2.petals.admin.api.exception.RegistryAdministrationException
 
RegistryRegexpPatternException - Exception in org.ow2.petals.admin.api.exception
Regexp pattern is invalid.
RegistryRegexpPatternException(String, String) - Constructor for exception org.ow2.petals.admin.api.exception.RegistryRegexpPatternException
 
RegistryView - Interface in org.ow2.petals.admin.registry
 

S

ServiceAssembly - Class in org.ow2.petals.admin.api.artifact
This class represents a remote JBI service assembly.
ServiceAssembly(String) - Constructor for class org.ow2.petals.admin.api.artifact.ServiceAssembly
 
ServiceAssembly(String, List<ServiceUnit>) - Constructor for class org.ow2.petals.admin.api.artifact.ServiceAssembly
 
ServiceAssemblyLifecycle - Class in org.ow2.petals.admin.api.artifact.lifecycle
 
ServiceAssemblyLifecycle(ServiceAssembly) - Constructor for class org.ow2.petals.admin.api.artifact.lifecycle.ServiceAssemblyLifecycle
 
ServiceUnit - Class in org.ow2.petals.admin.api.artifact
 
ServiceUnit(String, String) - Constructor for class org.ow2.petals.admin.api.artifact.ServiceUnit
 
ServiceUnit(String, String, String) - Constructor for class org.ow2.petals.admin.api.artifact.ServiceUnit
 
setState(ArtifactState.State) - Method in interface org.ow2.petals.admin.api.artifact.ArtifactState
 
setState(ArtifactState.State) - Method in class org.ow2.petals.admin.api.artifact.Component
 
setState(ArtifactState.State) - Method in class org.ow2.petals.admin.api.artifact.ServiceAssembly
Update the service assembly state
SharedLibrary - Class in org.ow2.petals.admin.api.artifact
This class represents a remote JBI shared library.
SharedLibrary(String) - Constructor for class org.ow2.petals.admin.api.artifact.SharedLibrary
 
SharedLibraryLifecycle - Class in org.ow2.petals.admin.api.artifact.lifecycle
 
SharedLibraryLifecycle(SharedLibrary) - Constructor for class org.ow2.petals.admin.api.artifact.lifecycle.SharedLibraryLifecycle
 
shutdown() - Method in interface org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycle
Shutdown the artefact
shutdownContainer() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
start() - Method in interface org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycle
Start the artefact
startArtifact(URL) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
startArtifact(String, String) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Start an artifact.
stop() - Method in interface org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycle
Stop the artefact
stopAndUndeployAllArtifacts() - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
stopAndUndeployArtifact(URL) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
 
stopAndUndeployArtifact(String, String) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Stop and undeploy an artifact.
stopArtifact(URL) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Stop artifact
stopArtifact(String, String) - Method in class org.ow2.petals.admin.api.ArtifactAdministration
Stop an artifact.
stopContainer() - Method in interface org.ow2.petals.admin.api.ContainerAdministration
 
Subdomain - Class in org.ow2.petals.admin.topology
 
Subdomain(String) - Constructor for class org.ow2.petals.admin.topology.Subdomain
 
synchronizeRegistry() - Method in interface org.ow2.petals.admin.api.RegistryAdministration
 
synchronizeRegistryOnAllNodes() - Method in interface org.ow2.petals.admin.api.RegistryAdministration
 

T

toString() - Method in enum org.ow2.petals.admin.topology.Container.PortType
 
TYPE - Static variable in class org.ow2.petals.admin.api.artifact.ServiceAssembly
 
TYPE - Static variable in class org.ow2.petals.admin.api.artifact.ServiceUnit
 
TYPE - Static variable in class org.ow2.petals.admin.api.artifact.SharedLibrary
 

U

undeploy() - Method in interface org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycle
Undeploy the artefact
UnsupportedArtifactTypeException - Exception in org.ow2.petals.admin.api.exception
The artifact type provided is not supported by the operation.
UnsupportedArtifactTypeException(String) - Constructor for exception org.ow2.petals.admin.api.exception.UnsupportedArtifactTypeException
 
updateState() - Method in interface org.ow2.petals.admin.api.artifact.lifecycle.ArtifactLifecycle
Update the state of the artefact (if there is one)

V

valueOf(String) - Static method in enum org.ow2.petals.admin.api.artifact.ArtifactState.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.admin.api.artifact.Component.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.admin.registry.Endpoint.EndpointType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.admin.topology.Container.NodeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.admin.topology.Container.PortType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.petals.admin.api.artifact.ArtifactState.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.admin.api.artifact.Component.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.admin.registry.Endpoint.EndpointType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.admin.topology.Container.NodeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.admin.topology.Container.PortType
Returns an array containing the constants of this enum type, in the order they are declared.

X

XPATH_JBI_SU_COMPONENTS - Static variable in class org.ow2.petals.admin.api.artifact.ServiceAssembly
XPath expression to access components dependencies
XPATH_JBI_SU_NAMES - Static variable in class org.ow2.petals.admin.api.artifact.ServiceAssembly
XPath expression to access service units names

A C D E F G H I L N O R S T U V X

Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.