public class QpidDestinationProxy extends Object implements Externalizable, Referenceable, javax.jms.Destination, Serializable
| Constructor and Description |
|---|
QpidDestinationProxy()
This constructor should not only be used be de-serialisation code.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationAddress() |
String |
getDestinationType() |
Reference |
getReference() |
void |
readExternal(ObjectInput in) |
void |
setDestinationAddress(String destinationAddress) |
void |
setDestinationType(String destinationType) |
void |
writeExternal(ObjectOutput out) |
public QpidDestinationProxy()
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic Reference getReference() throws NamingException
getReference in interface ReferenceableNamingExceptionpublic void setDestinationAddress(String destinationAddress) throws Exception
Exceptionpublic String getDestinationAddress()
public void setDestinationType(String destinationType)
public String getDestinationType()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.