Beispiel #1
0
 public static Apache.NMS.ISession ToNMSSession(TIBCO.EMS.Session tibcoSession)
 {
     return (null != tibcoSession
                     ? new Apache.NMS.EMS.Session(tibcoSession)
                     : null);
 }
Beispiel #2
0
 public Session(TIBCO.EMS.Session session)
 {
     this.tibcoSession = session;
 }