Class SerializableObjectRefAddr
- java.lang.Object
-
- javax.naming.RefAddr
-
- org.apache.activemq.artemis.ra.referenceable.SerializableObjectRefAddr
-
- org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr
-
- All Implemented Interfaces:
Serializable
public class SerializableObjectRefAddr extends SerializableObjectRefAddr
Done for back compatibility with the package/class move. Should be removed on next major version change.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SerializableObjectRefAddr(String type, Object content)
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.ra.referenceable.SerializableObjectRefAddr
deserialize, getContent
-
-
-
-
Constructor Detail
-
SerializableObjectRefAddr
public SerializableObjectRefAddr(String type, Object content) throws NamingException
- Throws:
NamingException
-
-