public interface SolReferenceableDelegate
Referenceable.getReference() for ConnectionFactorys, Topics, and Queues.| Modifier and Type | Method and Description |
|---|---|
javax.naming.Reference |
getReference(javax.naming.Referenceable referenceable)
The ConnectionFactory, XAConnection, Topic, or Queue is given as the referenceable
argument and can be cast to a
SolConnectionFactory, SolXAConnectionFactory, SolTopic, or SolQueue. |
javax.naming.Reference getReference(javax.naming.Referenceable referenceable)
throws javax.naming.NamingException
SolConnectionFactory, SolXAConnectionFactory, SolTopic, or SolQueue.
If calling this returns null, the default implementation will be called.referenceable - The SolConnectionFactory, SolXAConnectionFactory, SolTopic, or SolQueue that Referenceable.getReference() was called onjavax.naming.NamingException - on errorCopyright 2004-2025 Solace Corporation. All rights reserved.