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

Quick Search    Search Deep

Source code: proxy/jmsapi/JMSSession.java


1   /** Java class "JMSSession.java" generated from Poseidon for UML.
2    *  Poseidon for UML is developed by <A HREF="http://www.gentleware.com">Gentleware</A>.
3    *  Generated with <A HREF="http://jakarta.apache.org/velocity/">velocity</A> template engine.
4    */
5   package proxy.jmsapi;
6   
7   import java.util.*;
8   
9   /**
10   * <p>
11   * class encapsulating object of JMS class Session or its subclasses.
12   * </p>
13   */
14  public class JMSSession extends ProxyStoredObject {
15  
16     ///////////////////////////////////////
17     // associations
18  
19  /**
20   * <p>
21   *  a set to which this object belongs
22   * </p>
23   */
24      public JMSObjectSet list;
25  
26  
27      public JMSSession(int _owner, int _mobile)
28      {
29          super( _owner, _mobile);
30      }
31  
32  
33  } // end JMSSession
34  
35  
36  
37  
38