com.softwareag.sagd.PMQServer
Class PMQFilterCISImpl

java.lang.Object
  extended by com.softwareag.sagd.PMQServer.PMQFilterCISImpl
All Implemented Interfaces:
PMQFilterInterface

public class PMQFilterCISImpl
extends java.lang.Object
implements PMQFilterInterface

Implements a filter bases on EntireX CIS classes.

Version:
$Revision: 1.3 $

Constructor Summary
PMQFilterCISImpl(com.softwareag.entirex.aci.Broker broker, java.lang.String conversationID)
          Creats a filter to accept UOWs only from conversation.
 
Method Summary
 boolean accept(com.softwareag.entirex.aci.UnitofWork uow)
          Callback
static void main(java.lang.String[] args)
          Test the implementation from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMQFilterCISImpl

public PMQFilterCISImpl(com.softwareag.entirex.aci.Broker broker,
                        java.lang.String conversationID)
                 throws java.lang.Throwable
Creats a filter to accept UOWs only from conversation.

Parameters:
broker - logon to Broker
conversationID - accept only UOWs from this conversation
Throws:
java.lang.Throwable
Method Detail

accept

public boolean accept(com.softwareag.entirex.aci.UnitofWork uow)
Callback

Specified by:
accept in interface PMQFilterInterface

main

public static void main(java.lang.String[] args)
Test the implementation from command line.



Copyright © 2004-2008 Software AG. All Rights Reserved.