Package org.uberfire.commons.cluster
Class ClusterParameters
- java.lang.Object
-
- org.uberfire.commons.cluster.ClusterParameters
-
public class ClusterParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPFORMER_INITIAL_CONTEXT_FACTORYstatic StringAPPFORMER_JMS_CONNECTION_FACTORYstatic StringAPPFORMER_JMS_CONNECTION_MODEstatic StringAPPFORMER_JMS_PASSWORDstatic StringAPPFORMER_JMS_THROTTLEstatic StringAPPFORMER_JMS_USERNAMEstatic StringAPPFORMER_PROVIDER_URL
-
Constructor Summary
Constructors Constructor Description ClusterParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionModegetConnectionMode()PropertiesgetInitialContextFactory()StringgetJmsConnectionFactoryJndiName()StringgetJmsPassword()longgetJmsThrottle()StringgetJmsUserName()StringgetProviderUrl()booleanisAppFormerClustered()
-
-
-
Field Detail
-
APPFORMER_JMS_CONNECTION_MODE
public static final String APPFORMER_JMS_CONNECTION_MODE
- See Also:
- Constant Field Values
-
APPFORMER_PROVIDER_URL
public static final String APPFORMER_PROVIDER_URL
- See Also:
- Constant Field Values
-
APPFORMER_INITIAL_CONTEXT_FACTORY
public static final String APPFORMER_INITIAL_CONTEXT_FACTORY
- See Also:
- Constant Field Values
-
APPFORMER_JMS_CONNECTION_FACTORY
public static final String APPFORMER_JMS_CONNECTION_FACTORY
- See Also:
- Constant Field Values
-
APPFORMER_JMS_USERNAME
public static final String APPFORMER_JMS_USERNAME
- See Also:
- Constant Field Values
-
APPFORMER_JMS_PASSWORD
public static final String APPFORMER_JMS_PASSWORD
- See Also:
- Constant Field Values
-
APPFORMER_JMS_THROTTLE
public static final String APPFORMER_JMS_THROTTLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
isAppFormerClustered
public boolean isAppFormerClustered()
-
getConnectionMode
public ConnectionMode getConnectionMode()
-
getProviderUrl
public String getProviderUrl()
-
getInitialContextFactory
public Properties getInitialContextFactory()
-
getJmsConnectionFactoryJndiName
public String getJmsConnectionFactoryJndiName()
-
getJmsUserName
public String getJmsUserName()
-
getJmsPassword
public String getJmsPassword()
-
getJmsThrottle
public long getJmsThrottle()
-
-