You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by ji...@apache.org on 2004/03/20 18:55:16 UTC

[jira] Created: (DIR-67) Why bother with AbstractSubscriber.inform when we enqueue anyway?

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/secure/ViewIssue.jspa?key=DIR-67

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DIR-67
    Summary: Why bother with AbstractSubscriber.inform when we enqueue anyway?
       Type: Task

     Status: Open
   Priority: Major

    Project: Directory
 Components: 
             Eve

   Assignee: Alex Karasulu
   Reporter: Alex Karasulu

    Created: Sat, 20 Mar 2004 9:54 AM
    Updated: Sat, 20 Mar 2004 9:54 AM

Description:
Do we really need to do this since we enqueue no matter what?

    public void inform( EventObject event )
    {
        try
        {
            AbstractSubscriber.inform( this, event ) ;
        }
        catch( Throwable t )
        {
            monitor.failedOnInform( this, event, t ) ;
        }
    }
    
    
    public void inform( OutputEvent event )
    {
        enqueue( event ) ;
    }
    



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira