A C D E G H I K L M N O P Q R S T U V W

A

AbstractLifeCycle - Class in org.ow2.petals.registry.api.lifecycle
The abstract life cycle
AbstractLifeCycle() - Constructor for class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
Creates a new instance of AbstractLifeCycle
addRemoteRegistry(RemoteRegistry) - Method in interface org.ow2.petals.registry.api.manager.OutgoingManager
Add a remote registry to the manager.
Assert - Class in org.ow2.petals.registry.api.util
 
Assert() - Constructor for class org.ow2.petals.registry.api.util.Assert
 

C

clean() - Method in class org.ow2.petals.registry.api.context.Workspace
Clean the workspace
clean() - Method in interface org.ow2.petals.registry.api.LocalOperations
Clean the local data.
clean() - Method in interface org.ow2.petals.registry.api.repository.Repository
Clean the repository ie delete all the entries
cleanRemoteData() - Method in interface org.ow2.petals.registry.api.LocalOperations
Remove all the remote data which has been received so far...
Configuration - Class in org.ow2.petals.registry.api.config
The local node configuration.
Configuration(String) - Constructor for class org.ow2.petals.registry.api.config.Configuration
Creates a new instance of Configuration
ConfigurationLoader - Interface in org.ow2.petals.registry.api.config
The configuration loader
ConfigurationLoaderFactory - Class in org.ow2.petals.registry.api.config
The configuration factory returns the good configuration loader from the configuration type...
ConfigurationLoaderFactory() - Constructor for class org.ow2.petals.registry.api.config.ConfigurationLoaderFactory
 
ConfigurationLoaderFactory.Type - Enum in org.ow2.petals.registry.api.config
 
Constants - Interface in org.ow2.petals.registry.api.config
 
Constants - Interface in org.ow2.petals.registry.api
 
Constants - Class in org.ow2.petals.registry.api.ws
 
Constants - Class in org.ow2.petals.registry.api.ws.to
 
Constants.DataBase - Interface in org.ow2.petals.registry.api
 
Constants.MODE - Enum in org.ow2.petals.registry.api.config
 
Constants.Properties - Interface in org.ow2.petals.registry.api
 
Constants.RegistryMode - Enum in org.ow2.petals.registry.api
 
Context - Class in org.ow2.petals.registry.api.context
The context contains all the related things needed by the registry to work...
Context(Configuration) - Constructor for class org.ow2.petals.registry.api.context.Context
Creates a new instance of Context from the Configuration
ContextFactory - Class in org.ow2.petals.registry.api.context
 
CoreRepository - Interface in org.ow2.petals.registry.api.repository
The core repository API
createContext(File) - Method in class org.ow2.petals.registry.api.context.ContextFactory
Creates the context from a configuration file.
createContext(Configuration) - Method in class org.ow2.petals.registry.api.context.ContextFactory
 
createResource(Endpoint) - Static method in class org.ow2.petals.registry.api.factory.ResourceFactory
TODO : More to come since the resource can also be a collection

D

DBConfiguration - Class in org.ow2.petals.registry.api.config
The database configuration
DBConfiguration() - Constructor for class org.ow2.petals.registry.api.config.DBConfiguration
 
DEFAULT_CXF_HTTP_TRANSPORTER_TIMEOUT - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_C3P0_ENABLED - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_CACHING_ENABLED - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_DIALECT - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_DRIVER - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_PASSWORD - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_URL - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_DB_USER - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_INCOMING_MANAGER - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_LOCAL_CONFIGURATION - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_MESSAGE_RECEIVER - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_MESSAGE_SENDER - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_OUTGOING_MANAGER - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_REGISTRY_MODE - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_REMOTE_CONFIGURATION - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
DEFAULT_REPOSITORY - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
delete(String, boolean) - Method in interface org.ow2.petals.registry.api.Operations
Delete the element from the registry.
delete(String, Information) - Method in interface org.ow2.petals.registry.api.RemoteOperations
Delete the element from the registry.
delete(String, boolean) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
 
delete(String, Information) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryService
 
deleteDataFromRegistry(String) - Method in interface org.ow2.petals.registry.api.repository.Operations
Delete the data of the specified registry from the repository.
doInit(Context) - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
Do the initialization
doStart() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
doStop() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 

E

Endpoint - Class in org.ow2.petals.registry.api
The endpoint definition
Endpoint() - Constructor for class org.ow2.petals.registry.api.Endpoint
 
Endpoint - Class in org.ow2.petals.registry.api.ws.to
The endpoint transfert object
Endpoint() - Constructor for class org.ow2.petals.registry.api.ws.to.Endpoint
 
EndpointAdapter - Interface in org.ow2.petals.registry.api.ws.adapters
 
equals(Object) - Method in class org.ow2.petals.registry.api.Endpoint
 
equals(Object) - Method in class org.ow2.petals.registry.api.Resource
 

G

get(String, boolean) - Method in interface org.ow2.petals.registry.api.Operations
Get the element from its path only if the path refers to an element.
get(String, Information) - Method in interface org.ow2.petals.registry.api.RemoteOperations
Get the element from its path only if the path refers to an element.
get(String, boolean) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
 
get(String, Information) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryService
 
getAll(String, boolean) - Method in interface org.ow2.petals.registry.api.Operations
Get all the resources in the given path only if the given path is a directory.
getAll(String, Information) - Method in interface org.ow2.petals.registry.api.RemoteOperations
Get all the resources in the given path only if the given path is a directory.
getAll(String, boolean) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
 
getAll(String, Information) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryService
 
getClientManagerClassName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getClientManagerURL() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getComponent() - Method in class org.ow2.petals.registry.api.Endpoint
 
getComponent() - Method in class org.ow2.petals.registry.api.Query
 
getComponent() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getComponent() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getConfiguration() - Method in class org.ow2.petals.registry.api.context.Context
 
getContainer() - Method in class org.ow2.petals.registry.api.Endpoint
 
getContainer() - Method in class org.ow2.petals.registry.api.Query
 
getContainer() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getContainer() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getContext(String) - Static method in class org.ow2.petals.registry.api.context.Context
 
getContext() - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
getCreationTime() - Method in class org.ow2.petals.registry.api.Resource
 
getCreationTime() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
getDbConfiguration() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getDescription() - Method in class org.ow2.petals.registry.api.Endpoint
 
getDialect() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
getDriver() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
getEndpoint() - Method in class org.ow2.petals.registry.api.Query
 
getEndpoint() - Method in class org.ow2.petals.registry.api.Resource
 
getEndpoint() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getEndpoint() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
getExtensions() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getIncomingManager() - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
getIncomingManagerClassName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getInstance() - Static method in class org.ow2.petals.registry.api.context.ContextFactory
 
getInterface() - Method in class org.ow2.petals.registry.api.Endpoint
 
getInterface() - Method in class org.ow2.petals.registry.api.Query
 
getInterface() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getInterface() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getLoader(File) - Static method in class org.ow2.petals.registry.api.config.ConfigurationLoaderFactory
 
getLoader(ConfigurationLoaderFactory.Type) - Static method in class org.ow2.petals.registry.api.config.ConfigurationLoaderFactory
 
getLoader(File) - Static method in class org.ow2.petals.registry.api.config.TopologyLoaderFactory
 
getLoader(TopologyLoaderFactory.Type) - Static method in class org.ow2.petals.registry.api.config.TopologyLoaderFactory
 
getLocalManager() - Method in interface org.ow2.petals.registry.api.transport.MessageReceiver
 
getLocalRegistry() - Method in interface org.ow2.petals.registry.api.manager.IOManager
Get the local registry which is linked to this manager
getLocalRegistry() - Method in interface org.ow2.petals.registry.api.manager.RemoteClientManager
 
getMessageReceiver() - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
getMessageReceiverClassName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getMessageReceiverURL() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getMessageSender() - Method in interface org.ow2.petals.registry.api.RemoteRegistry
 
getMessageSender(URI) - Method in interface org.ow2.petals.registry.api.transport.MessageSenderManager
Get the message sender for the given URI.
getMessageSenderClassName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getMessageSenderClassName() - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
getName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getName() - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
getName() - Method in class org.ow2.petals.registry.api.Endpoint
 
getName() - Method in interface org.ow2.petals.registry.api.Registry
Get the registry name
getName() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getOutgoingManager() - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
getOutgoingManagerClassName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getParams() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getPassword() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
getPath() - Method in class org.ow2.petals.registry.api.Resource
 
getPath() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
getProperties() - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
getProperties() - Method in class org.ow2.petals.registry.api.context.Context
 
getProperties() - Method in class org.ow2.petals.registry.api.Resource
 
getProperties() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getProperties() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
getQName() - Method in class org.ow2.petals.registry.api.Endpoint
 
getQName() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getRealPath(String) - Static method in class org.ow2.petals.registry.api.util.ResourceUtil
Add the root character if not available
getRegistryMode() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getRegistryRootPath() - Method in class org.ow2.petals.registry.api.context.Workspace
 
getRegistrySynchroPeriod() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getRegistryTransportTimeout() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getRemoteClientManager() - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
getRepository() - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
getRepositoryClassName() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getRepositoryRootPath() - Method in class org.ow2.petals.registry.api.context.Workspace
 
getResourceName(String) - Static method in class org.ow2.petals.registry.api.util.ResourceUtil
Get the file name from the resource path
getRevision() - Method in class org.ow2.petals.registry.api.Resource
 
getRevision() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
getRootPath() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getRootRegistry() - Method in class org.ow2.petals.registry.api.Resource
 
getRootRegistry() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
getSender() - Method in class org.ow2.petals.registry.api.Information
 
getSender() - Method in class org.ow2.petals.registry.api.ws.to.Information
 
getService() - Method in class org.ow2.petals.registry.api.Endpoint
 
getService() - Method in class org.ow2.petals.registry.api.Query
 
getService() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getService() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getServiceDescription() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getState() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
getState() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
getSubdomain() - Method in class org.ow2.petals.registry.api.Endpoint
 
getSubDomain() - Method in class org.ow2.petals.registry.api.Query
 
getSubdomain() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getSubDomain() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getTime() - Method in class org.ow2.petals.registry.api.Information
 
getTime() - Method in class org.ow2.petals.registry.api.ws.to.Information
 
getTopology() - Method in class org.ow2.petals.registry.api.context.Context
 
getTopologyFile() - Method in class org.ow2.petals.registry.api.config.Configuration
 
getType() - Method in class org.ow2.petals.registry.api.Endpoint
 
getType() - Method in class org.ow2.petals.registry.api.Query
 
getType() - Method in interface org.ow2.petals.registry.api.transport.MessageSender
Get the type of message sender...
getType() - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
getType() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
getUri() - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
getURI() - Method in interface org.ow2.petals.registry.api.RemoteRegistry
Get the remote registry URI
getURI() - Method in interface org.ow2.petals.registry.api.transport.MessageSender
Get the URI of the remote host/service to send the message to.
getUrl() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
getUsername() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
getWorkspace() - Method in class org.ow2.petals.registry.api.context.Context
 
GMS_SERVICE - Static variable in class org.ow2.petals.registry.api.ws.Constants
 
GMSService - Interface in org.ow2.petals.registry.api.ws.service
Group Messaging Service

H

hashCode() - Method in class org.ow2.petals.registry.api.Endpoint
 
hashCode() - Method in class org.ow2.petals.registry.api.Resource
 

I

IncomingManager - Interface in org.ow2.petals.registry.api.manager
This is the local manager which is in charge of resource reception.
Information - Class in org.ow2.petals.registry.api
The information bean contains registry related information which is used when sending data between registries.
Information() - Constructor for class org.ow2.petals.registry.api.Information
 
Information - Class in org.ow2.petals.registry.api.ws.to
The resource information
Information() - Constructor for class org.ow2.petals.registry.api.ws.to.Information
 
InformationAdapter - Interface in org.ow2.petals.registry.api.ws.adapters
 
init() - Method in class org.ow2.petals.registry.api.context.Context
 
init() - Method in class org.ow2.petals.registry.api.context.Workspace
 
init(Context) - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
init() - Method in interface org.ow2.petals.registry.api.lifecycle.Initializable
Initialize the object
init(Context) - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
init() - Method in interface org.ow2.petals.registry.api.ws.service.LifeCycleService
 
Initializable - Interface in org.ow2.petals.registry.api.lifecycle
 
IOManager - Interface in org.ow2.petals.registry.api.manager
IOManager used to manage local and remote registries
isc3p0Enabled() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
isCachingEnabled() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
isDirectory(String) - Static method in class org.ow2.petals.registry.api.util.ResourceUtil
path is a directory if last character is a /
isIgnoreParams() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
isInitialized() - Method in class org.ow2.petals.registry.api.context.Context
 
isInitialized() - Method in class org.ow2.petals.registry.api.context.Workspace
 
isInitialized() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
isInitialized() - Method in interface org.ow2.petals.registry.api.lifecycle.Initializable
 
isInitialized() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
isLoaded() - Method in class org.ow2.petals.registry.api.context.Context
 
isNotInitialized() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
isNotInitialized() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
isNull(Object, String) - Static method in class org.ow2.petals.registry.api.util.Assert
Assert that an object is null .
isNull(Object) - Static method in class org.ow2.petals.registry.api.util.Assert
Assert that an object is null .
isRunning() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
isRunning() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
isStarted() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
isStarted() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
isStopped() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
isStopped() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
isTrue(boolean, String) - Static method in class org.ow2.petals.registry.api.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.
isTrue(boolean) - Static method in class org.ow2.petals.registry.api.util.Assert
Assert a boolean expression, throwing IllegalArgumentException if the test result is false.

K

keepOnly(String) - Method in interface org.ow2.petals.registry.api.repository.Operations
Delete all the data which are not the ones from the given registry name

L

LifeCycle - Interface in org.ow2.petals.registry.api.lifecycle
The lifecycle interface
LifeCycle.STATE - Enum in org.ow2.petals.registry.api.lifecycle
 
LifeCycleException - Exception in org.ow2.petals.registry.api.exception
 
LifeCycleException() - Constructor for exception org.ow2.petals.registry.api.exception.LifeCycleException
Creates a new instance of LifeCycleException
LifeCycleException(String, Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.LifeCycleException
Creates a new instance of LifeCycleException
LifeCycleException(String) - Constructor for exception org.ow2.petals.registry.api.exception.LifeCycleException
Creates a new instance of LifeCycleException
LifeCycleException(Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.LifeCycleException
Creates a new instance of LifeCycleException
LifeCycleService - Interface in org.ow2.petals.registry.api.ws.service
 
load(InputStream) - Method in class org.ow2.petals.registry.api.config.PropertiesTopologyLoader
 
load(InputStream) - Method in interface org.ow2.petals.registry.api.config.TopologyLoader
Get a list of remote registries configuration from an input stream
Loader - Class in org.ow2.petals.registry.api.util
 
loadLocal(InputStream) - Method in interface org.ow2.petals.registry.api.config.ConfigurationLoader
Load the local configuration
loadLocal(InputStream) - Method in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
loadLocalManager(String) - Static method in class org.ow2.petals.registry.api.util.Loader
Load a local manager
loadLocalRegistry(String) - Static method in class org.ow2.petals.registry.api.util.Loader
 
loadMessageReceiver(String) - Static method in class org.ow2.petals.registry.api.util.Loader
 
loadMessageSender(String) - Static method in class org.ow2.petals.registry.api.util.Loader
 
loadRemoteClientManager(String) - Static method in class org.ow2.petals.registry.api.util.Loader
 
loadRemoteManager(String) - Static method in class org.ow2.petals.registry.api.util.Loader
 
loadRemoteRegistry(String) - Static method in class org.ow2.petals.registry.api.util.Loader
Load the remote registry
loadRepository(String) - Static method in class org.ow2.petals.registry.api.util.Loader
 
LOCAL_MANAGER - Static variable in interface org.ow2.petals.registry.api.Constants
 
LocalOperations - Interface in org.ow2.petals.registry.api
The local operations are used to manage the local registry
LocalRegistry - Interface in org.ow2.petals.registry.api
The local registry view.
log - Variable in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
The class logger

M

MANAGEMENT_SERVICE - Static variable in class org.ow2.petals.registry.api.ws.Constants
 
ManagementService - Interface in org.ow2.petals.registry.api.ws.service
Management Service
MessageReceiver - Interface in org.ow2.petals.registry.api.transport
 
MessageSender - Interface in org.ow2.petals.registry.api.transport
The message sender is used to send messages to a remote registry.
MessageSenderManager - Interface in org.ow2.petals.registry.api.transport
 
mode - Static variable in interface org.ow2.petals.registry.api.Constants.DataBase
 

N

NAME - Static variable in interface org.ow2.petals.registry.api.config.Constants
 
NAMESPACE - Static variable in interface org.ow2.petals.registry.api.Constants
 
notNull(Object, String) - Static method in class org.ow2.petals.registry.api.util.Assert
Assert that an object is not null .
notNull(Object) - Static method in class org.ow2.petals.registry.api.util.Assert
Assert that an object is not null .
NS - Static variable in class org.ow2.petals.registry.api.ws.to.Constants
 

O

Operations - Interface in org.ow2.petals.registry.api
The operations allowed by the registry.
Operations - Interface in org.ow2.petals.registry.api.repository
The repository operations
org.ow2.petals.registry.api - package org.ow2.petals.registry.api
 
org.ow2.petals.registry.api.config - package org.ow2.petals.registry.api.config
 
org.ow2.petals.registry.api.context - package org.ow2.petals.registry.api.context
 
org.ow2.petals.registry.api.exception - package org.ow2.petals.registry.api.exception
 
org.ow2.petals.registry.api.factory - package org.ow2.petals.registry.api.factory
 
org.ow2.petals.registry.api.lifecycle - package org.ow2.petals.registry.api.lifecycle
 
org.ow2.petals.registry.api.manager - package org.ow2.petals.registry.api.manager
 
org.ow2.petals.registry.api.repository - package org.ow2.petals.registry.api.repository
 
org.ow2.petals.registry.api.transport - package org.ow2.petals.registry.api.transport
 
org.ow2.petals.registry.api.util - package org.ow2.petals.registry.api.util
 
org.ow2.petals.registry.api.ws - package org.ow2.petals.registry.api.ws
 
org.ow2.petals.registry.api.ws.adapters - package org.ow2.petals.registry.api.ws.adapters
 
org.ow2.petals.registry.api.ws.service - package org.ow2.petals.registry.api.ws.service
 
org.ow2.petals.registry.api.ws.to - package org.ow2.petals.registry.api.ws.to
 
OutgoingManager - Interface in org.ow2.petals.registry.api.manager
A manager to access to remote registries and their resources from the local registry.

P

PATH - Static variable in interface org.ow2.petals.registry.api.Constants.Properties
 
pause() - Method in interface org.ow2.petals.registry.api.manager.IncomingManager
Pause message reception
pauseReceive() - Method in interface org.ow2.petals.registry.api.LocalOperations
Pause message reception from remote reggistries
PORT - Static variable in class org.ow2.petals.registry.api.ws.Constants
 
PREFIX - Static variable in class org.ow2.petals.registry.api.ws.Constants
 
PropertiesConfigurationLoader - Class in org.ow2.petals.registry.api.config
A loader from a properties file
PropertiesConfigurationLoader() - Constructor for class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
PropertiesTopologyLoader - Class in org.ow2.petals.registry.api.config
Load from a properties file
PropertiesTopologyLoader() - Constructor for class org.ow2.petals.registry.api.config.PropertiesTopologyLoader
 
put(String, Resource, boolean) - Method in interface org.ow2.petals.registry.api.Operations
Put a resource in the registry.
put(String, Resource, Information) - Method in interface org.ow2.petals.registry.api.RemoteOperations
Put a resource in the registry.
put(String, Endpoint, boolean) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryClientService
 
put(String, Resource, Information) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryService
 

Q

query(Query, boolean) - Method in interface org.ow2.petals.registry.api.Operations
Get a list of resources under the given path which assert that the endpoint properties match the given ones.
Query - Class in org.ow2.petals.registry.api
This is a simple query where each parameter is linked with AND ie if endpoint and service are not null, the query will be"Give me all the endpoints where the endpoint name is 'endpoint' and where the service name is 'service'"
Query() - Constructor for class org.ow2.petals.registry.api.Query
 
Query(QName, QName, QName) - Constructor for class org.ow2.petals.registry.api.Query
 
query(Query, Information) - Method in interface org.ow2.petals.registry.api.RemoteOperations
 
query(Query, Information) - Method in interface org.ow2.petals.registry.api.ws.service.RegistryService
 
Query - Class in org.ow2.petals.registry.api.ws.to
 
Query() - Constructor for class org.ow2.petals.registry.api.ws.to.Query
 
QueryAdapter - Interface in org.ow2.petals.registry.api.ws.adapters
 

R

ReceptionException - Exception in org.ow2.petals.registry.api.exception
 
ReceptionException(String, Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.ReceptionException
 
ReceptionException(String) - Constructor for exception org.ow2.petals.registry.api.exception.ReceptionException
 
ReceptionException(Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.ReceptionException
 
REGISTRY - Static variable in interface org.ow2.petals.registry.api.Constants
 
Registry - Interface in org.ow2.petals.registry.api
The base interface for local and remote registries.
REGISTRY_CLIENT_MANAGER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_CLIENT_MANAGER_URL - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_C3P0_ENABLED - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_CACHING_ENABLED - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_DIALECT - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_DRIVER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_PASSWORD - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_URL - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_DB_USER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_HOME - Static variable in interface org.ow2.petals.registry.api.Constants
 
REGISTRY_INCOMING_MANAGER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_MESSAGE_RECEIVER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_MESSAGE_RECEIVER_URL - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_MESSAGE_SENDER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_MODE - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_OUTGOING_MANAGER - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_REPOSITORY - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_ROOTPATH - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_SERVICE - Static variable in class org.ow2.petals.registry.api.ws.Constants
 
REGISTRY_SYNCHRO_PERIOD - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_TOPOLOGY_FILE - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
REGISTRY_TRANSPORT_TIMEOUT - Static variable in class org.ow2.petals.registry.api.config.PropertiesConfigurationLoader
 
RegistryClientService - Interface in org.ow2.petals.registry.api.ws.service
The registry client service is used by WS clients to connect to the registry and to manipulate endpoints
RegistryException - Exception in org.ow2.petals.registry.api.exception
 
RegistryException(String, Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.RegistryException
Creates a new instance of RegistryException
RegistryException(String) - Constructor for exception org.ow2.petals.registry.api.exception.RegistryException
Creates a new instance of RegistryException
RegistryException(Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.RegistryException
Creates a new instance of RegistryException
RegistryException() - Constructor for exception org.ow2.petals.registry.api.exception.RegistryException
Creates a new instance of RegistryException
RegistryService - Interface in org.ow2.petals.registry.api.ws.service
The registry web service used to expose the registry to other registries
REMOTE_CLIENT_SERVICE - Static variable in class org.ow2.petals.registry.api.ws.Constants
 
REMOTE_MANAGER - Static variable in interface org.ow2.petals.registry.api.Constants
 
RemoteClientManager - Interface in org.ow2.petals.registry.api.manager
The remote client manager is used to expose the current registry to remote clients.
RemoteConfiguration - Class in org.ow2.petals.registry.api.config
The remote registry configuration
RemoteConfiguration(String) - Constructor for class org.ow2.petals.registry.api.config.RemoteConfiguration
Creates a new instance of RemoteConfiguration
RemoteConfiguration() - Constructor for class org.ow2.petals.registry.api.config.RemoteConfiguration
 
RemoteOperations - Interface in org.ow2.petals.registry.api
The remote operations are used by the registries to communicate.
RemoteRegistry - Interface in org.ow2.petals.registry.api
The local view of the remote registry.
RemoteRegistryException - Exception in org.ow2.petals.registry.api.ws
 
RemoteRegistryException() - Constructor for exception org.ow2.petals.registry.api.ws.RemoteRegistryException
 
RemoteRegistryException(String, Throwable) - Constructor for exception org.ow2.petals.registry.api.ws.RemoteRegistryException
 
RemoteRegistryException(String) - Constructor for exception org.ow2.petals.registry.api.ws.RemoteRegistryException
 
RemoteRegistryException(Throwable) - Constructor for exception org.ow2.petals.registry.api.ws.RemoteRegistryException
 
Repository - Interface in org.ow2.petals.registry.api.repository
The repository interface to be implemented to really store the resource
RepositoryException - Exception in org.ow2.petals.registry.api.exception
 
RepositoryException() - Constructor for exception org.ow2.petals.registry.api.exception.RepositoryException
Creates a new instance of RepositoryException
RepositoryException(String, Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.RepositoryException
Creates a new instance of RepositoryException
RepositoryException(String) - Constructor for exception org.ow2.petals.registry.api.exception.RepositoryException
Creates a new instance of RepositoryException
RepositoryException(Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.RepositoryException
Creates a new instance of RepositoryException
Resource - Class in org.ow2.petals.registry.api
The resource is the real data exchanged between registries
Resource() - Constructor for class org.ow2.petals.registry.api.Resource
Creates a new instance of Resource
Resource(Endpoint) - Constructor for class org.ow2.petals.registry.api.Resource
Creates a new instance of Resource
Resource - Class in org.ow2.petals.registry.api.ws.to
The resource transfer object
Resource() - Constructor for class org.ow2.petals.registry.api.ws.to.Resource
 
ResourceAdapter - Interface in org.ow2.petals.registry.api.ws.adapters
 
ResourceFactory - Class in org.ow2.petals.registry.api.factory
 
ResourceUtil - Class in org.ow2.petals.registry.api.util
 
resume() - Method in interface org.ow2.petals.registry.api.manager.IncomingManager
Resume message reception
resumeReceive() - Method in interface org.ow2.petals.registry.api.LocalOperations
Resume message reception
ROOT_PATH - Static variable in interface org.ow2.petals.registry.api.Constants
 

S

SEPARATOR - Static variable in interface org.ow2.petals.registry.api.Constants
 
setc3p0Enabled(boolean) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
setCachingEnabled(boolean) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
setClientManagerClassName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setClientManagerURL(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setComponent(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setComponent(String) - Method in class org.ow2.petals.registry.api.Query
 
setComponent(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setComponent(String) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setContainer(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setContainer(String) - Method in class org.ow2.petals.registry.api.Query
 
setContainer(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setContainer(String) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setContext(Context) - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
setCreationTime(long) - Method in class org.ow2.petals.registry.api.Resource
 
setCreationTime(long) - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
setDbConfiguration(DBConfiguration) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setDescription(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setDialect(String) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
setDriver(String) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
setEndpoint(QName) - Method in class org.ow2.petals.registry.api.Query
 
setEndpoint(Endpoint) - Method in class org.ow2.petals.registry.api.Resource
 
setEndpoint(QName) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setEndpoint(Endpoint) - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
setExtensions(Map<String, String>) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setIgnoreParams(boolean) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setIncomingManager(IncomingManager) - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
setIncomingManagerClassName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setInterface(QName) - Method in class org.ow2.petals.registry.api.Endpoint
 
setInterface(QName) - Method in class org.ow2.petals.registry.api.Query
 
setInterface(QName) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setInterface(QName) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setLocalManager(IncomingManager) - Method in interface org.ow2.petals.registry.api.transport.MessageReceiver
 
setLocalRegistry(LocalRegistry) - Method in interface org.ow2.petals.registry.api.manager.IOManager
Set the local registry
setLocalRegistry(LocalRegistry) - Method in interface org.ow2.petals.registry.api.manager.RemoteClientManager
 
setMessageReceiver(MessageReceiver) - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
setMessageReceiverClassName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setMessageReceiverURL(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setMessageSender(MessageSender) - Method in interface org.ow2.petals.registry.api.RemoteRegistry
 
setMessageSenderClassName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setMessageSenderClassName(String) - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
setName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setName(String) - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
setName(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setName(QName) - Method in class org.ow2.petals.registry.api.Endpoint
 
setName(String) - Method in interface org.ow2.petals.registry.api.Registry
Set the registry name
setName(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setName(QName) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setOutgoingManager(OutgoingManager) - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
setOutgoingManagerClassName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setParams(Map<String, String>) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setPassword(String) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
setPath(String) - Method in class org.ow2.petals.registry.api.Resource
 
setPath(String) - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
setProperties(Map<String, String>) - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
setProperties(Map<String, String>) - Method in class org.ow2.petals.registry.api.Resource
 
setProperties(Map<String, String>) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setProperties(Map<String, String>) - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
setQName(QName) - Method in class org.ow2.petals.registry.api.Endpoint
 
setQName(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setQName(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setQName(QName) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setRegistryMode(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setRegistrySynchroPeriod(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setRegistryTransportTimeout(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setRemoteClientManager(RemoteClientManager) - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
setRepository(Repository) - Method in interface org.ow2.petals.registry.api.LocalRegistry
 
setRepositoryClassName(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setRevision(long) - Method in class org.ow2.petals.registry.api.Resource
 
setRevision(long) - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
setRootPath(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setRootRegistry(String) - Method in class org.ow2.petals.registry.api.Resource
 
setRootRegistry(String) - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
setSender(String) - Method in class org.ow2.petals.registry.api.Information
 
setSender(String) - Method in class org.ow2.petals.registry.api.ws.to.Information
 
setService(QName) - Method in class org.ow2.petals.registry.api.Endpoint
 
setService(QName) - Method in class org.ow2.petals.registry.api.Query
 
setService(QName) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setService(QName) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setServiceDescription(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setState(LifeCycle.STATE) - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
setSubdomain(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setSubDomain(String) - Method in class org.ow2.petals.registry.api.Query
 
setSubdomain(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setSubDomain(String) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setTime(long) - Method in class org.ow2.petals.registry.api.Information
 
setTime(long) - Method in class org.ow2.petals.registry.api.ws.to.Information
 
setTopology(List<RemoteConfiguration>) - Method in class org.ow2.petals.registry.api.context.Context
 
setTopologyFile(String) - Method in class org.ow2.petals.registry.api.config.Configuration
 
setType(String) - Method in class org.ow2.petals.registry.api.Endpoint
 
setType(String) - Method in class org.ow2.petals.registry.api.Query
 
setType(String) - Method in class org.ow2.petals.registry.api.ws.to.Endpoint
 
setType(String) - Method in class org.ow2.petals.registry.api.ws.to.Query
 
setUri(String) - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
setURI(URI) - Method in interface org.ow2.petals.registry.api.RemoteRegistry
 
setURI(URI) - Method in interface org.ow2.petals.registry.api.transport.MessageSender
Set the URI to send messages to
setUrl(String) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
setUsername(String) - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
shutdown() - Method in interface org.ow2.petals.registry.api.ws.service.LifeCycleService
 
size() - Method in interface org.ow2.petals.registry.api.repository.Repository
Get the repository size ie the number of entries
size(String) - Method in interface org.ow2.petals.registry.api.repository.Repository
Get the number of entries under the given path
start() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
start() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
start() - Method in interface org.ow2.petals.registry.api.ws.service.LifeCycleService
 
startReceiving() - Method in interface org.ow2.petals.registry.api.transport.MessageReceiver
Start receiving messages from foreign registries
stop() - Method in class org.ow2.petals.registry.api.lifecycle.AbstractLifeCycle
 
stop() - Method in interface org.ow2.petals.registry.api.lifecycle.LifeCycle
 
stop() - Method in interface org.ow2.petals.registry.api.ws.service.LifeCycleService
 
stopReceiving() - Method in interface org.ow2.petals.registry.api.transport.MessageReceiver
Stop receiving messages from foreign registries
store(Context) - Static method in class org.ow2.petals.registry.api.context.Context
Store the the context in order to potentially retrieve it everywhere in the framework.
synchronizeData() - Method in interface org.ow2.petals.registry.api.LocalOperations
Synchronize the data...

T

TopologyLoader - Interface in org.ow2.petals.registry.api.config
 
TopologyLoaderFactory - Class in org.ow2.petals.registry.api.config
FIXME : Not the best way to do that....
TopologyLoaderFactory() - Constructor for class org.ow2.petals.registry.api.config.TopologyLoaderFactory
 
TopologyLoaderFactory.Type - Enum in org.ow2.petals.registry.api.config
 
toRegistry(Information) - Method in interface org.ow2.petals.registry.api.ws.adapters.InformationAdapter
 
toRegistry(Query) - Method in interface org.ow2.petals.registry.api.ws.adapters.QueryAdapter
 
toRegistryEndpoint(Endpoint) - Method in interface org.ow2.petals.registry.api.ws.adapters.EndpointAdapter
 
toRegistryResource(Resource) - Method in interface org.ow2.petals.registry.api.ws.adapters.ResourceAdapter
 
toString() - Method in class org.ow2.petals.registry.api.config.Configuration
 
toString() - Method in class org.ow2.petals.registry.api.config.DBConfiguration
 
toString() - Method in class org.ow2.petals.registry.api.config.RemoteConfiguration
 
toString() - Method in class org.ow2.petals.registry.api.Endpoint
 
toString() - Method in class org.ow2.petals.registry.api.Query
 
toString() - Method in class org.ow2.petals.registry.api.Resource
 
toString() - Method in class org.ow2.petals.registry.api.ws.to.Query
 
toString() - Method in class org.ow2.petals.registry.api.ws.to.Resource
 
toWS(Information) - Method in interface org.ow2.petals.registry.api.ws.adapters.InformationAdapter
 
toWS(Query) - Method in interface org.ow2.petals.registry.api.ws.adapters.QueryAdapter
 
toWSEndpoint(Endpoint) - Method in interface org.ow2.petals.registry.api.ws.adapters.EndpointAdapter
 
toWSResource(Resource) - Method in interface org.ow2.petals.registry.api.ws.adapters.ResourceAdapter
 
TransportException - Exception in org.ow2.petals.registry.api.exception
 
TransportException() - Constructor for exception org.ow2.petals.registry.api.exception.TransportException
Creates a new instance of TransportException
TransportException(String, Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.TransportException
Creates a new instance of TransportException
TransportException(String) - Constructor for exception org.ow2.petals.registry.api.exception.TransportException
Creates a new instance of TransportException
TransportException(Throwable) - Constructor for exception org.ow2.petals.registry.api.exception.TransportException
Creates a new instance of TransportException

U

URL - Static variable in class org.ow2.petals.registry.api.ws.Constants
 

V

valueOf(String) - Static method in enum org.ow2.petals.registry.api.config.ConfigurationLoaderFactory.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.registry.api.config.Constants.MODE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.registry.api.config.TopologyLoaderFactory.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.registry.api.Constants.RegistryMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ow2.petals.registry.api.lifecycle.LifeCycle.STATE
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.petals.registry.api.config.ConfigurationLoaderFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.registry.api.config.Constants.MODE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.registry.api.config.TopologyLoaderFactory.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.registry.api.Constants.RegistryMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ow2.petals.registry.api.lifecycle.LifeCycle.STATE
Returns an array containing the constants of this enum type, in the order they are declared.

W

Workspace - Class in org.ow2.petals.registry.api.context
The registry workspace.
Workspace(File, String) - Constructor for class org.ow2.petals.registry.api.context.Workspace
Creates a new instance of Workspace

A C D E G H I K L M N O P Q R S T U V W

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