org.openfast.session
Interface Endpoint

All Known Implementing Classes:
LocalEndpoint, MulticastEndpoint, RecordingEndpoint, TcpEndpoint

public interface Endpoint


Method Summary
 void accept()
           
 void close()
           
 Connection connect()
           
 void setConnectionListener(ConnectionListener listener)
           
 

Method Detail

connect

Connection connect()
                   throws FastConnectionException
Throws:
FastConnectionException

setConnectionListener

void setConnectionListener(ConnectionListener listener)

accept

void accept()
            throws FastConnectionException
Throws:
FastConnectionException

close

void close()


Copyright © 2006-2008 The LaSalle Technology Group, LLC. All Rights Reserved.