|
xmlBlaster 2.2.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientProperty | |
|---|---|
| org.xmlBlaster.authentication | |
| org.xmlBlaster.client | This is the Java client side package. |
| org.xmlBlaster.client.qos | |
| org.xmlBlaster.contrib | |
| org.xmlBlaster.contrib.db | |
| org.xmlBlaster.contrib.dbwriter | |
| org.xmlBlaster.contrib.dbwriter.info | |
| org.xmlBlaster.contrib.replication | |
| org.xmlBlaster.engine | The core implementation. |
| org.xmlBlaster.jms | |
| org.xmlBlaster.util | Java helper classes for server and client programming. |
| org.xmlBlaster.util.lexical | |
| org.xmlBlaster.util.qos | |
| org.xmlBlaster.util.qos.address | |
| Uses of ClientProperty in org.xmlBlaster.authentication |
|---|
| Methods in org.xmlBlaster.authentication that return ClientProperty | |
|---|---|
ClientProperty |
SessionInfo.addRemoteProperty(java.lang.String key,
java.lang.String value)
Add a remote property. |
ClientProperty[] |
SessionInfo.getRemotePropertyArr()
|
| Methods in org.xmlBlaster.authentication that return types with arguments of type ClientProperty | |
|---|---|
java.util.Map<java.lang.String,ClientProperty> |
SessionInfo.getRemotePropertiesMap()
|
| Uses of ClientProperty in org.xmlBlaster.client |
|---|
| Methods in org.xmlBlaster.client that return ClientProperty | |
|---|---|
private ClientProperty |
StreamingCallback.getProp(java.lang.String key,
UpdateQos qos)
|
| Uses of ClientProperty in org.xmlBlaster.client.qos |
|---|
| Methods in org.xmlBlaster.client.qos that return ClientProperty | |
|---|---|
ClientProperty |
ConnectQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
SubscribeQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
DisconnectQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
PublishQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
UnSubscribeQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
UpdateQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
GetReturnQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
EraseQos.getClientProperty(java.lang.String key)
Read back a property. |
ClientProperty |
GetQos.getClientProperty(java.lang.String key)
Read back a property. |
| Uses of ClientProperty in org.xmlBlaster.contrib |
|---|
| Methods in org.xmlBlaster.contrib that return ClientProperty | |
|---|---|
protected ClientProperty |
ClientPropertiesInfo.getClientProperty(java.lang.String key)
|
ClientProperty[] |
ClientPropertiesInfo.getClientPropertyArr()
|
| Methods in org.xmlBlaster.contrib that return types with arguments of type ClientProperty | |
|---|---|
java.util.Map<java.lang.String,ClientProperty> |
ClientPropertiesInfo.getClientPropertiesClone()
A shallow clone to avoid race conditions. |
| Methods in org.xmlBlaster.contrib with parameters of type ClientProperty | |
|---|---|
void |
ClientPropertiesInfo.put(java.lang.String key,
ClientProperty value)
|
| Uses of ClientProperty in org.xmlBlaster.contrib.db |
|---|
| Methods in org.xmlBlaster.contrib.db that return ClientProperty | |
|---|---|
ClientProperty |
DbStorage.getProperty(java.lang.String key)
Modifies an existing property. |
| Methods in org.xmlBlaster.contrib.db with parameters of type ClientProperty | |
|---|---|
boolean |
DbStorage.addProperty(ClientProperty prop)
Adds a new property to the Table. |
boolean |
DbStorage.modifyProperty(ClientProperty prop)
Modifies an existing property. |
void |
DbStorage.put(ClientProperty prop)
This method tries first to update the entry. |
| Uses of ClientProperty in org.xmlBlaster.contrib.dbwriter |
|---|
| Fields in org.xmlBlaster.contrib.dbwriter declared as ClientProperty | |
|---|---|
protected ClientProperty |
XmlParserBase.clientProperty
|
| Uses of ClientProperty in org.xmlBlaster.contrib.dbwriter.info |
|---|
| Methods in org.xmlBlaster.contrib.dbwriter.info that return ClientProperty | |
|---|---|
static ClientProperty |
SqlInfo.buildClientProperty(java.sql.ResultSetMetaData meta,
java.sql.ResultSet rs,
int pos)
Never returns null. |
ClientProperty |
SqlColumn.generateRandomObject()
|
ClientProperty |
SqlDescription.getAttribute(java.lang.String key)
Returns the requested attribute. |
ClientProperty |
SqlRow.getAttribute(java.lang.String key)
Returns the requested attribute. |
ClientProperty |
SqlRow.getColumn(java.lang.String key)
|
private ClientProperty |
SqlColumn.nextChar(java.util.Random random,
int numOfChars)
|
private ClientProperty |
SqlColumn.nextDate(java.util.Random random)
|
private ClientProperty |
SqlColumn.nextNumber(java.util.Random random,
int max)
|
| Methods in org.xmlBlaster.contrib.dbwriter.info with parameters of type ClientProperty | |
|---|---|
private double |
SqlDescription.getDouble(ClientProperty prop)
|
private long |
SqlDescription.getLong(ClientProperty prop)
|
private void |
SqlDescription.insertIntoStatement(java.sql.PreparedStatement st,
int pos,
ClientProperty prop)
|
void |
SqlDescription.setAttribute(ClientProperty value)
Stores the client property as a new value. |
void |
SqlRow.setAttribute(ClientProperty value)
Stores the client property as a new value. |
void |
SqlRow.setColumn(ClientProperty value)
Stores the client property as a new value. |
(package private) static void |
SqlRow.storeProp(ClientProperty value,
java.util.Map map,
java.util.List list)
Stores the client property as a new value. |
| Uses of ClientProperty in org.xmlBlaster.contrib.replication |
|---|
| Methods in org.xmlBlaster.contrib.replication with parameters of type ClientProperty | |
|---|---|
private java.lang.String |
ReplSlave.storeChunkLocally(ReferenceEntry entry,
ClientProperty location,
ClientProperty subDirProp)
Returns the name of the directory where the entries have been stored. |
| Uses of ClientProperty in org.xmlBlaster.engine |
|---|
| Methods in org.xmlBlaster.engine with parameters of type ClientProperty | |
|---|---|
protected void |
EventPlugin.sendMessage(java.lang.String summary,
java.lang.String description,
java.lang.String eventType,
java.lang.String errorCode,
SessionName sessionName,
ClientProperty[] clientProperties)
The xmlBlaster-message data sink. |
| Uses of ClientProperty in org.xmlBlaster.jms |
|---|
| Methods in org.xmlBlaster.jms that return ClientProperty | |
|---|---|
static ClientProperty |
XBMessage.get(java.lang.String key,
java.util.Map map)
|
| Uses of ClientProperty in org.xmlBlaster.util |
|---|
| Fields in org.xmlBlaster.util declared as ClientProperty | |
|---|---|
protected ClientProperty |
XmlQoSBase.clientProperty
|
| Methods in org.xmlBlaster.util that return types with arguments of type ClientProperty | |
|---|---|
static java.util.Map<java.lang.String,ClientProperty> |
StringPairTokenizer.parseToStringClientPropertyPairs(java.lang.String rawString,
java.lang.String outerToken,
java.lang.String innerToken)
|
| Method parameters in org.xmlBlaster.util with type arguments of type ClientProperty | |
|---|---|
static java.lang.String |
StringPairTokenizer.dumpMap(java.util.Map<java.lang.String,ClientProperty> map)
Dumps the given map to a human readable string. |
| Uses of ClientProperty in org.xmlBlaster.util.lexical |
|---|
| Method parameters in org.xmlBlaster.util.lexical with type arguments of type ClientProperty | |
|---|---|
boolean |
Sql92Selector.select(java.lang.String query,
java.util.Map<java.lang.String,ClientProperty> clientProperties)
|
boolean |
I_Selector.select(java.lang.String query,
java.util.Map<java.lang.String,ClientProperty> clientProperties)
|
| Uses of ClientProperty in org.xmlBlaster.util.qos |
|---|
| Fields in org.xmlBlaster.util.qos with type parameters of type ClientProperty | |
|---|---|
private java.util.Map<java.lang.String,ClientProperty> |
QosData.clientProperties
|
| Methods in org.xmlBlaster.util.qos that return ClientProperty | |
|---|---|
ClientProperty |
QosData.getClientProperty(java.lang.String name)
Access the client property. |
ClientProperty[] |
QosData.getClientPropertyArr()
|
| Methods in org.xmlBlaster.util.qos that return types with arguments of type ClientProperty | |
|---|---|
java.util.Map<java.lang.String,ClientProperty> |
QosData.getClientProperties()
Access all client properties. |
| Methods in org.xmlBlaster.util.qos with parameters of type ClientProperty | |
|---|---|
void |
QosData.addClientProperty(ClientProperty clientProperty)
Sets the client property to the given value |
| Uses of ClientProperty in org.xmlBlaster.util.qos.address |
|---|
| Methods in org.xmlBlaster.util.qos.address with parameters of type ClientProperty | |
|---|---|
void |
AddressBase.addClientProperty(ClientProperty clientProperty)
|
|
xmlBlaster 2.2.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||