Voyager ORB

com.objectspace.voyager.space.publishing
Class Publish

com.objectspace.voyager.space.publishing.Publish

public class Publish
implements java.io.Serializable

The Publish class provides a way to deliver a oneway publish event message to Spaces

Version:
3.0
See Also:
Serialized Form

Constructor Summary
Publish(java.util.EventObject event, Topic topic)
          Construct a subscription with an initial subject.
 
Method Summary
static void invoke(ISubspace subspace, java.util.EventObject event, Topic topic)
          Deliver a oneway publishedEvent( event, topic ) message to every object in my space that implements PublishedEventListener.
 void perform(java.lang.Object object)
           
 

Constructor Detail

Publish

public Publish(java.util.EventObject event,
               Topic topic)
Construct a subscription with an initial subject.
Parameters:
subject - The initial subject.
Method Detail

invoke

public static void invoke(ISubspace subspace,
                          java.util.EventObject event,
                          Topic topic)
Deliver a oneway publishedEvent( event, topic ) message to every object in my space that implements PublishedEventListener.
Parameters:
event - The event to publish.
topic - The topic to associate with the event.

perform

public void perform(java.lang.Object object)

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240