Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
com.solacesystems.solclientj.core.handle |
Handles for wrapping the various concepts managed in the messaging API.
|
Modifier and Type | Method and Description |
---|---|
static ReplicationGroupMessageIdHandle |
Solclient.Allocator.newReplicationGroupMessageIdHandle()
Allocates a new
ReplicationGroupMessageIdHandle , this is an "unbound" handle that can be
used with
Solclient.createReplicationGroupMessageIdForHandle() . |
Modifier and Type | Method and Description |
---|---|
static int |
Solclient.createReplicationGroupMessageIdForHandle(ReplicationGroupMessageIdHandle in_out_ReplicationGroupMessageIdHandle,
java.lang.String rgmidStr)
Allocates a new ReplicationGroupMessageId resource using the serialized ReplicationGroupMessageId String
and binds it to an unbound
ReplicationGroupMessageIdHandle . |
Modifier and Type | Method and Description |
---|---|
int |
ReplicationGroupMessageIdHandle.compare(ReplicationGroupMessageIdHandle otherReplicationGroupMessageIdHandle)
Compares this instance of the ReplicationGroupMessageIdHandle object with the passed in other ReplicationGroupMessageIdHandle object.
|
int |
MessageHandle.getReplicationGroupMessageIdForHandle(ReplicationGroupMessageIdHandle replicationGroupMessageIdHandle)
Sets the Replication Group Message Id (ReplicationGroupMessageId) of the message into the passed in ReplicationGroupMessageIdHandle.
|
Copyright 2004-2024 Solace Corporation. All rights reserved.