| Package | Description |
|---|---|
| com.solacesystems.common.property | |
| com.solacesystems.jms.property |
| Modifier and Type | Method and Description |
|---|---|
Property<T> |
PropertyChangeEvent.getProperty() |
Property<T> |
PropertySourceChangeEvent.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySourceChangeEvent.setProperty(Property<T> property) |
| Modifier and Type | Method and Description |
|---|---|
static String |
PropertyBeanGenerator.generate(String classname,
String packagename,
Collection<Property<?>> properties,
String source,
int operations) |
static String |
Property.mapToString(Map<String,Property<?>> propertyMap) |
| Constructor and Description |
|---|
Property(Property<T> property)
Deep Copy Constructor
|
PropertyChangeEvent(Property<T> property,
boolean wasSet,
boolean isSet,
T oldValue,
T newValue,
PropertySource<T> oldMaster,
PropertySource<T> newMaster) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property<?>> |
JMSProperties.getProperties() |
Map<String,Property<?>> |
JMSConnectionFactoryPropertyBean.getPropertyMap() |
Map<String,Property<?>> |
JMSAPIPropertyBean.getPropertyMap() |
Map<String,Property<?>> |
JMSPropertyBean.getPropertyMap() |
| Constructor and Description |
|---|
JMSAPIPropertyBean(Collection<Property<?>> properties) |
JMSConnectionFactoryPropertyBean(Collection<Property<?>> properties) |
JMSPropertyBean(Collection<Property<?>> properties) |
Copyright 2004-2019 Solace Corporation. All rights reserved.