raccoon.api.eai.endpoint
Interface INucleus

All Known Implementing Classes:
TibrvNucleus

public interface INucleus

Central point for an EAI enabled application that handles publishers and subscribers.

Since:
Raccoon v0.2, refactored in Raccoon v0.5
Version:
$Id: INucleus.java,v 1.1 2004/08/08 20:25:56 crouvrais Exp $
Author:
Cedric ROUVRAIS

Method Summary
 IPublisher getPublisher(java.lang.String pPublisherName)
          Retrieves a specific publisher based upon it's logical name.
 ISubscriber getSubscriber(java.lang.String pSubscriberName)
          Retrieves a specific subscriber based upon it's logical name.
 

Method Detail

getPublisher

IPublisher getPublisher(java.lang.String pPublisherName)
                        throws RaccoonException
Retrieves a specific publisher based upon it's logical name.

Parameters:
pPublisherName - the logical name of the publisher.
Returns:
the publisher instance
Throws:
RaccoonException - if anything goes wrong.

getSubscriber

ISubscriber getSubscriber(java.lang.String pSubscriberName)
                          throws RaccoonException
Retrieves a specific subscriber based upon it's logical name.

Parameters:
pSubscriberName - the logical name of the subscriber.
Returns:
the subscriber instance
Throws:
RaccoonException - if anything goes wrong.


Copyright null null. All Rights Reserved.