jrun.jms.core.message
Class Type
java.lang.Object
|
+--jrun.jms.core.message.Type
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
- public class Type
- extends java.lang.Object
- implements java.io.Externalizable
This class implements /org/exolab/jms/message.Type
- Version:
- $Revision: 1.2 $ $Date: 2001/06/21 20:53:05 $
- Author:
- Jim Mourikis
- See Also:
javax.jms., Serialized Form
|
Constructor Summary |
Type()
|
Type(java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Type
public Type()
Type
public Type(java.lang.String type)
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal in interface java.io.Externalizable
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal in interface java.io.Externalizable
getType
public java.lang.String getType()
isEqual
public boolean isEqual(Type toCompare)
Copyright � 2002 Macromedia Corporation. All Rights Reserved.