org.openfast.session.multicast
Class MulticastEndpoint

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

public class MulticastEndpoint
extends java.lang.Object
implements Endpoint


Constructor Summary
MulticastEndpoint(int port, java.lang.String group)
           
 
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

MulticastEndpoint

public MulticastEndpoint(int port,
                         java.lang.String group)
Method Detail

accept

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

close

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

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


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