Package | Description |
---|---|
com.solacesystems.solclientj.core |
Entry point into the Solace Java RTO Messaging API (
Solclient ). |
Modifier and Type | Method and Description |
---|---|
static NativeDestinationHandle |
Solclient.Allocator.newNativeDestinationHandle()
Allocates a new
NativeDestinationHandle , this is an "unbound" handle that can be
used with
Solclient.createNativeDestinationForHandle() . |
Modifier and Type | Method and Description |
---|---|
static int |
Solclient.createNativeDestinationForHandle(NativeDestinationHandle in_out_NativeDestinationHandle,
Destination destination)
Allocates a NativeDestination resource for the given Destination and
binds it to an unbound
NativeDestinationHandle . |
Copyright 2004-2024 Solace Corporation. All rights reserved.