edu.isi.powerloom.gui.serverinterface
Class InterfaceFactory

java.lang.Object
  |
  +--edu.isi.powerloom.gui.serverinterface.InterfaceFactory

public class InterfaceFactory
extends java.lang.Object

Factory for creating remote or local interface between frontend and backend.

Since:
Sun Feb 24 16:14:44 2002
Author:
Eric Melz

Constructor Summary
InterfaceFactory()
           
 
Method Summary
static ServerInterface getServerInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterfaceFactory

public InterfaceFactory()
Method Detail

getServerInterface

public static ServerInterface getServerInterface()
                                          throws java.lang.Exception
Returns:
an instance of a remote or local interface, denoted by the property serverinterface.class
java.lang.Exception


Copyright © 2002 University of Southern California Information Sciences Institute. All Rights Reserved.