com.softwareag.sagd.PMQServer
Class PMQInterfaceDispatcherFactory

java.lang.Object
  extended by com.softwareag.sagd.PMQServer.PMQInterfaceDispatcherFactory

public class PMQInterfaceDispatcherFactory
extends java.lang.Object

This class tries to load a dispatcher class and creats an object.

Version:
$Revision: 1.2 $

Constructor Summary
PMQInterfaceDispatcherFactory()
           
 
Method Summary
static PMQInterfaceDispatcher newInstance(java.lang.String className)
          Creats a new instance of class className
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PMQInterfaceDispatcherFactory

public PMQInterfaceDispatcherFactory()
Method Detail

newInstance

public static PMQInterfaceDispatcher newInstance(java.lang.String className)
                                          throws java.lang.Throwable
Creats a new instance of class className

Parameters:
className - class name as string
Returns:
new dispatcher instance
Throws:
java.lang.Throwable


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