com.anabas.gxo
Interface GMS_Stream
- All Known Implementing Classes:
- GMS_StreamImpl
- public interface GMS_Stream
Title:
Description:
Copyright: Copyright (c) 2000
Company:
findDestination
public GMS_Destination findDestination(GMS_DestinationSelector d)
throws GXO_AccessDeniedException
- Same as StreamContext.search() but only does so in this stream.
- Returns:
- A destination object that matches the destination selector.
null if no matches.
getName
public java.lang.String getName()
- Returns:
- The name of the stream.
createSubscriber
public GMS_StreamSubscriber createSubscriber()
createPublisher
public GMS_StreamPublisher createPublisher()