Constant Field Values


Contents
org.ow2.*

org.ow2.petals.microkernel.api.Constants
public static final String PETALS_NAMESPACE_URI "http://petals.ow2.org"
public static final String UNRESOLVED_INTERFACE "UNRESOLVED_INTERFACE"

org.ow2.petals.microkernel.api.communication.JMXService
public static final String COMPONENT_LOGGER_NAME "Petals.Communication.JMXService"

org.ow2.petals.microkernel.api.configuration.ConfigurationService
public static final String COMPONENT_LOGGER_NAME "Petals.ConfigurationService"
public static final String JAAS_PROPS_FILE "/jaas.properties"
public static final String MASTER "master"
public static final String PEER "peer"
public static final String PROPERTY_REGISTRY_MODE "registry.mode"
public static final String SLAVE "slave"
public static final String STANDALONE "standalone"

org.ow2.petals.microkernel.api.container.ComponentLifeCycle
public static final String COMPONENT_LOGGER_NAME "Petals.Container.Lifecycle.ComponentLifeCycle"

org.ow2.petals.microkernel.api.container.Installer
public static final String COMPONENT_LOGGER_NAME "Petals.Container.Lifecycle.Installer"
public static final String INSTALLED "Installed"
public static final String UNINSTALLED "Uninstalled"

org.ow2.petals.microkernel.api.container.ServiceAssemblyLifeCycle
public static final String COMPONENT_LOGGER_NAME "Petals.Container.Lifecycle.ServiceAssemblyLifeCycle"

org.ow2.petals.microkernel.api.container.SharedLibraryLifeCycle
public static final String COMPONENT_LOGGER_NAME "Petals.Container.Lifecycle.SharedLibraryLifeCycle"

org.ow2.petals.microkernel.api.container.thread.AbstractThread
public static final String SHUTDOWNTHREAD "SHUTDOWNTHREAD"

org.ow2.petals.microkernel.api.container.thread.BootstrapThread
public static final String CLEANUP "CLEANUP"
public static final String EXTMBEAN "EXTMBEAN"
public static final String INIT "INIT"
public static final String INSTALL "INSTALL"
public static final String UNINSTALL "UNINSTALL"

org.ow2.petals.microkernel.api.container.thread.ComponentLifeCycleThread
public static final String INIT "INIT"
public static final String MBEANNAME "MBEANNAME"
public static final String SHUTDOWN "SHUTDOWN"
public static final String START "START"
public static final String STOP "STOP"

org.ow2.petals.microkernel.api.extension.PetalsExtensionController
public static final String ADMIN_FRACTAL_ITF_NAME "admin"
public static final String ATOMICDEPLOYMENT_FRACTAL_ITF_NAME "atomicDeployment"
public static final String COMPONENTINSTALLATION_FRACTAL_ITF_NAME "componentInstallation"
public static final String CONFIGURATION_FRACTAL_ITF_NAME "configuration"
public static final String DEPLOYMENT_FRACTAL_ITF_NAME "deployment"
public static final String INSTALLATION_FRACTAL_ITF_NAME "installation"
public static final String JMX_FRACTAL_ITF_NAME "jmx"
public static final String PETALSADMIN_FRACTAL_ITF_NAME "petalsAdmin"
public static final String REGISTRY_FRACTAL_ITF_NAME "registry"
public static final String SYSTEMSTATE_FRACTAL_ITF_NAME "systemstate"
public static final String TOPOLOGY_FRACTAL_ITF_NAME "topology"

org.ow2.petals.microkernel.api.jbi.management.AdminService
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Management.AdminService"

org.ow2.petals.microkernel.api.jbi.management.AtomicDeploymentService
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Management.AtomicDeploymentService"

org.ow2.petals.microkernel.api.jbi.management.ComponentInstallationService
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Management.ComponentInstallationService"

org.ow2.petals.microkernel.api.jbi.management.DeploymentService
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Management.DeploymentService"

org.ow2.petals.microkernel.api.jbi.management.InstallationService
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Management.InstallationService"

org.ow2.petals.microkernel.api.jbi.messaging.DeliveryChannel
public static final String PROPERTY_SENDSYNC "org.ow2.petals.messaging.sendSync"

org.ow2.petals.microkernel.api.jbi.messaging.RouterService
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Messaging.RouterService"
public static final String PROPERTY_ROUTER_CONSUMER_NOACK "org.ow2.petals.router.consumer.noack"
public static final String PROPERTY_ROUTER_PROVIDER_LINKTYPE "org.ow2.petals.router.provider.linktype"
public static final String PROPERTY_ROUTER_PROVIDER_NOACK "org.ow2.petals.router.provider.noack"
public static final String PROPERTY_ROUTER_QOS "org.ow2.petals.router.qos"
public static final String PROPERTY_ROUTER_SEND_ATTEMPT "org.ow2.petals.router.send.attempt"
public static final String PROPERTY_ROUTER_SEND_DELAY "org.ow2.petals.router.send.delay"
public static final String PROPERTY_ROUTER_TIMETOLIVE "org.ow2.petals.router.timetolive"

org.ow2.petals.microkernel.api.jbi.messaging.registry.EndpointRegistry
public static final String COMPONENT_LOGGER_NAME "Petals.JBI-Messaging.EndpointRegistry"

org.ow2.petals.microkernel.api.server.FractalHelper
public static final String ADMIN_COMPONENT "AdminServiceImpl"
public static final String COMMUNICATION_COMPOSITE "Communication"
public static final String CONFIGURATION_COMPONENT "ConfigurationServiceImpl"
public static final String CONTAINER_COMPOSITE "Container"
public static final String DEPLOYMENT_COMPONENT "DeploymentServiceImpl"
public static final String ENDPOINT_COMPONENT "EndpointRegistryImpl"
public static final String INSTALLATION_COMPONENT "InstallationServiceImpl"
public static final String JBI_MANAGEMENT_COMPOSITE "JBI-Management"
public static final String JBI_MESSAGING_COMPOSITE "JBI-Messaging"
public static final String JMX_COMPONENT "JMXServiceImpl"
public static final String JNDI_COMPONENT "JNDIServiceImpl"
public static final String JNDIAGENT_COMPONENT "JNDIAgentServiceImpl"
public static final String LOCAL_TRANSPORTER_COMPONENT "LocalTransporter"
public static final String LOCAL_TRANSPORTER_MONITORING_COMPONENT "LocalTransporterMonitoring"
public static final String LOGGER_COMPONENT "LoggingServiceMBeanImpl"
public static final String PETALS_COMPOSITE "Petals"
public static final String PETALSADMIN_COMPONENT "PetalsAdminServiceImpl"
public static final String ROUTER_COMPONENT "RouterServiceImpl"
public static final String ROUTER_MONITOR_COMPONENT "RouterMonitorServiceImpl"
public static final String SYSTEM_COMPOSITE "System"
public static final String SYSTEMRECOVERY_COMPONENT "SystemRecoveryServiceImpl"
public static final String TCP_TRANSPORTER_COMPONENT "TcpTransporter"
public static final String TOPOLOGY_COMPONENT "TopologyServiceImpl"
public static final String TRANSPORTER_COMPOSITE "Transporter"

org.ow2.petals.microkernel.api.system.SystemStateService
public static final String COMPONENT_LOGGER_NAME "Petals.System.SystemStateService"

org.ow2.petals.microkernel.api.system.persistence.PersistenceService
public static final String COMPONENT_LOGGER_NAME "Petals.System.PersistenceService"
public static final String DEFAULT_URL_PREFIX "jdbc:hsqldb:file:"
public static final String DEFAULT_URL_SUFFIX "persistenceService;shutdown=true"

org.ow2.petals.microkernel.api.system.repository.RepositoryService
public static final String COMPONENT_LOGGER_NAME "Petals.System.RepositoryService"
public static final String DEFAULT_REPOSITORY_PATH "repository"



Copyright © 2005-2015 Linagora. All Rights Reserved.