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 Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public Reference getReference() throws NamingException
getReference
in interface Referenceable
NamingException
public void setDestinationAddress(String destinationAddress) throws Exception
Exception
public String getDestinationAddress()
public void setDestinationType(String destinationType)
public String getDestinationType()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.