zeus.actors.factories
Interface TransportFactory

All Known Implementing Classes:
IIOP_Z_HTTP_TransportFactory

public interface TransportFactory


Method Summary
 OutTray getTransport(java.lang.String address)
           
 void setLog(java.io.File log)
          implement this so that the correct transport is returned for a AID
 

Method Detail

setLog

public void setLog(java.io.File log)
implement this so that the correct transport is returned for a AID


getTransport

public OutTray getTransport(java.lang.String address)
                     throws TransportUnsupportedException
Throws:
TransportUnsupportedException


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.