org.openfast.session
Class RecordingEndpoint

java.lang.Object
  extended by org.openfast.session.RecordingEndpoint
All Implemented Interfaces:
Endpoint

public class RecordingEndpoint
extends java.lang.Object
implements Endpoint


Constructor Summary
RecordingEndpoint(Endpoint endpoint)
           
 
Method Summary
 void accept()
           
 void close()
           
 Connection connect()
           
 void setConnectionListener(ConnectionListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecordingEndpoint

public RecordingEndpoint(Endpoint endpoint)
Method Detail

accept

public void accept()
            throws FastConnectionException
Specified by:
accept in interface Endpoint
Throws:
FastConnectionException

connect

public Connection connect()
                   throws FastConnectionException
Specified by:
connect in interface Endpoint
Throws:
FastConnectionException

setConnectionListener

public void setConnectionListener(ConnectionListener listener)
Specified by:
setConnectionListener in interface Endpoint

close

public void close()
Specified by:
close in interface Endpoint


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