public class JMSAPIPropertyBean extends Object
| Constructor and Description |
|---|
JMSAPIPropertyBean(Collection<Property<?>> properties) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Property<?>> |
getPropertyMap() |
Object |
getValue(String propertyName) |
void |
setClientID(String ClientID) |
void |
setPassword(String Password) |
void |
setUsername(String Username) |
void |
setValue(String propertyName,
Object propertyValue) |
String |
toString() |
public JMSAPIPropertyBean(Collection<Property<?>> properties)
public void setValue(String propertyName, Object propertyValue) throws PropertyConversionException, PropertyVetoException
public void setClientID(String ClientID) throws PropertyConversionException, PropertyVetoException
public void setPassword(String Password) throws PropertyConversionException, PropertyVetoException
public void setUsername(String Username) throws PropertyConversionException, PropertyVetoException
Copyright 2004-2019 Solace Corporation. All rights reserved.