common
Class SourceSink

java.lang.Object
  extended bycommon.SourceSink
All Implemented Interfaces:
java.io.Serializable

public class SourceSink
extends java.lang.Object
implements java.io.Serializable

A slightly klunky class that is used as a handback to a sink STOP event generator - it is used to say "these are the sources I still want to play when you have finished playing the current track"

See Also:
Serialized Form

Field Summary
 net.jini.core.lookup.ServiceItem sink
           
 net.jini.core.lookup.ServiceItem[] sources
           
 
Constructor Summary
SourceSink(net.jini.core.lookup.ServiceItem[] sources, net.jini.core.lookup.ServiceItem sink)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sources

public net.jini.core.lookup.ServiceItem[] sources

sink

public net.jini.core.lookup.ServiceItem sink
Constructor Detail

SourceSink

public SourceSink(net.jini.core.lookup.ServiceItem[] sources,
                  net.jini.core.lookup.ServiceItem sink)