Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

proxy.jmsapi
Class JMSMessage  view JMSMessage download JMSMessage.java

java.lang.Object
  extended byproxy.jmsapi.ProxyStoredObject
      extended byproxy.jmsapi.JMSMessage
All Implemented Interfaces:
java.lang.Comparable

public class JMSMessage
extends ProxyStoredObject

class used to store an encapsulated objects of the JMS class Message and its subclasses


Field Summary
 JMSObjectSet list
           a set to which this object belongs
 
Fields inherited from class proxy.jmsapi.ProxyStoredObject
id, mobile, owner, type
 
Constructor Summary
JMSMessage(int _owner, int _mobile)
           
 
Method Summary
 int applyProps(java.util.Vector props)
          apply a vecor of Library-supported message properties
static void log(java.lang.String s)
           
 java.util.Vector propsVector()
          returns a vector of properties saved in an encapsulated message, but only those, which are supported by the Library
 
Methods inherited from class proxy.jmsapi.ProxyStoredObject
compare, compareTo, getNextId, getObj, setObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

list

public JMSObjectSet list

a set to which this object belongs

Constructor Detail

JMSMessage

public JMSMessage(int _owner,
                  int _mobile)
Method Detail

log

public static void log(java.lang.String s)

applyProps

public int applyProps(java.util.Vector props)
apply a vecor of Library-supported message properties


propsVector

public java.util.Vector propsVector()
returns a vector of properties saved in an encapsulated message, but only those, which are supported by the Library