Skip navigation links
C D G I J L O P Q R S T 

C

close() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
 
Constants - Class in org.wso2.carbon.deployment.notifier
Constants for deployment notifier.
Constants() - Constructor for class org.wso2.carbon.deployment.notifier.Constants
 
convertToXml(Object, Class...) - Method in class org.wso2.carbon.deployment.notifier.DeploymentNotifierLifecycleListener
 
createConnection() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
 
createConnection(ConnectionFactory, String, String, boolean, Boolean, boolean, String) - Static method in class org.wso2.carbon.deployment.notifier.internal.JMSUtils
This is a JMS spec independent method to create a Connection.
createProducer(Session, Destination, Boolean, boolean) - Static method in class org.wso2.carbon.deployment.notifier.internal.JMSUtils
This is a JMS spec independent method to create a MessageProducer.
createSession(Connection, boolean, int, boolean, Boolean) - Static method in class org.wso2.carbon.deployment.notifier.internal.JMSUtils
This is a JMS spec independent method to create a Session.

D

DataHolder - Class in org.wso2.carbon.deployment.notifier.internal
Deployment notifier DataHolder.
DataHolder() - Constructor for class org.wso2.carbon.deployment.notifier.internal.DataHolder
 
DeploymentNotificationMessage - Class in org.wso2.carbon.deployment.notifier.internal
The JAXB POJO that is used to send the artifact deployment status, usually to a JMS topic.
DeploymentNotificationMessage(Artifact) - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
DeploymentNotificationMessage() - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
The default constructor is required by JAXB to do serialization.
DeploymentNotificationMessage(Artifact, Date) - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
Extracts info from the Artifact object.
DeploymentNotifierException - Exception in org.wso2.carbon.deployment.notifier
The exception class for all deployment notifier related the exception that can be thrown from deployment notifier.
DeploymentNotifierException(String) - Constructor for exception org.wso2.carbon.deployment.notifier.DeploymentNotifierException
This will construct the DeploymentNotifierException with the detailed exception message.
DeploymentNotifierException(String, Exception) - Constructor for exception org.wso2.carbon.deployment.notifier.DeploymentNotifierException
This will construct a new DeploymentNotifierException with the specified detail message and cause.
DeploymentNotifierLifecycleListener - Class in org.wso2.carbon.deployment.notifier
Sends a notification whenever an artifact deployment/undeployment happens.
DeploymentNotifierLifecycleListener() - Constructor for class org.wso2.carbon.deployment.notifier.DeploymentNotifierLifecycleListener
 
DeploymentNotifierListenerComponent - Class in org.wso2.carbon.deployment.notifier.internal
This service component is responsible for initializing the DeploymentEngine and listening for deployer registrations.
DeploymentNotifierListenerComponent() - Constructor for class org.wso2.carbon.deployment.notifier.internal.DeploymentNotifierListenerComponent
 
DESTINATION_TYPE_TOPIC - Static variable in class org.wso2.carbon.deployment.notifier.Constants
 

G

getArtifactKey() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getArtifactType() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getCarbonRuntime() - Method in class org.wso2.carbon.deployment.notifier.internal.DataHolder
This method used within this bundle (carbon.core) scope to get the currently held carbonRuntime service instance within this holder.
getConfigProvider() - Method in class org.wso2.carbon.deployment.notifier.internal.DataHolder
This method is used to get the config provider service.
getConnection() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
getConnectionFromPool() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
 
getContext() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
Get cached InitialContext.
getCurrentDeploymentResult() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getDestination() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
Lookup a Destination using this JMS CF definitions and JNDI name.
getInstance() - Static method in class org.wso2.carbon.deployment.notifier.internal.DataHolder
 
getLifecycleState() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getMessage() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getProducer() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
getProperties() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getServerId() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
getSession() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
getTimestamp() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 

I

isJmsSpec11() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
Should the JMS 1.1 API be used? - defaults to yes
isQueue() - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
Return the type of the JMS CF Destination.

J

JMSConnectionFactory - Class in org.wso2.carbon.deployment.notifier.internal
Encapsulate a JMS Connection factory.
JMSConnectionFactory(Hashtable<String, String>, String, String) - Constructor for class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
Digest a JMS CF definition and construct.
JMSConnectionFactory(Hashtable<String, String>, String, String, int) - Constructor for class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
Digest a JMS CF definition 'Parameter' and construct.
JMSConnectionFactory.JMSPooledConnectionHolder - Class in org.wso2.carbon.deployment.notifier.internal
Holder class for connections and its session/producer.
JMSPooledConnectionHolder() - Constructor for class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
JMSUtils - Class in org.wso2.carbon.deployment.notifier.internal
Miscallaneous methods used for the JMS transport.
JMSUtils() - Constructor for class org.wso2.carbon.deployment.notifier.internal.JMSUtils
 

L

lifecycleEvent(LifecycleEvent) - Method in class org.wso2.carbon.deployment.notifier.DeploymentNotifierLifecycleListener
Publishes the artifact deployment status.
lookup(Context, Class<T>, String) - Static method in class org.wso2.carbon.deployment.notifier.internal.JMSUtils
 
lookupDestination(Context, String, String) - Static method in class org.wso2.carbon.deployment.notifier.internal.JMSUtils
Return the JMS destination with the given destination name looked up from the context.

O

org.wso2.carbon.deployment.notifier - package org.wso2.carbon.deployment.notifier
package-info class.
org.wso2.carbon.deployment.notifier.internal - package org.wso2.carbon.deployment.notifier.internal
 

P

PARAM_CONFAC_JNDI_NAME - Static variable in class org.wso2.carbon.deployment.notifier.Constants
The Parameter name indicating the JMS connection factory JNDI name.
PARAM_DEST_TYPE - Static variable in class org.wso2.carbon.deployment.notifier.Constants
The Service level Parameter name indicating the destination type for requests.
PARAM_DESTINATION - Static variable in class org.wso2.carbon.deployment.notifier.Constants
The Service level Parameter name indicating the JMS destination for requests of a service.
PARAM_JMS_PASSWORD - Static variable in class org.wso2.carbon.deployment.notifier.Constants
The password to use when obtaining a JMS Connection.
PARAM_JMS_SPEC_VER - Static variable in class org.wso2.carbon.deployment.notifier.Constants
The parameter indicating the JMS API specification to be used.
PARAM_JMS_USERNAME - Static variable in class org.wso2.carbon.deployment.notifier.Constants
The username to use when obtaining a JMS Connection.
properties - Variable in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 

Q

QUEUE_PREFIX - Static variable in class org.wso2.carbon.deployment.notifier.Constants
 

R

returnPooledConnection(JMSConnectionFactory.JMSPooledConnectionHolder) - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory
 

S

setArtifactKey(Object) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setArtifactType(String) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setCarbonRuntime(CarbonRuntime) - Method in class org.wso2.carbon.deployment.notifier.internal.DataHolder
This method is called by the relevant service component that acquires the carbonRuntime service instance and will be stored for future look-ups.
setConfigProvider(ConfigProvider) - Method in class org.wso2.carbon.deployment.notifier.internal.DataHolder
This method is called to set the config provider service.
setConnection(Connection) - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
setCurrentDeploymentResult(LifecycleEvent.RESULT) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setLifecycleState(LifecycleEvent.STATE) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setProducer(MessageProducer) - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
setProperties(Properties) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setServerId(String) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setSession(Session) - Method in class org.wso2.carbon.deployment.notifier.internal.JMSConnectionFactory.JMSPooledConnectionHolder
 
setTimestamp(Date) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
setTraceContent(String) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
start(BundleContext) - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotifierListenerComponent
This is the activation method of DeploymentNotifierListenerComponent.
stop() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotifierListenerComponent
This is the deactivation method of DeploymentNotifierListenerComponent.

T

TOPIC_PREFIX - Static variable in class org.wso2.carbon.deployment.notifier.Constants
 
toString() - Method in class org.wso2.carbon.deployment.notifier.internal.DeploymentNotificationMessage
 
C D G I J L O P Q R S T 
Skip navigation links

Copyright © 2019 WSO2. All rights reserved.