net.sf.jour.rt.agent
Interface EventIdentifier

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
MapedEventID

public interface EventIdentifier
extends java.io.Serializable

TODO Add docs Created on 02.12.2004 Contributing Author(s): Misha Lifschitz (Inital implementation) Vlad Skarzhevskyy (Inital implementation)

Version:
$Revision: 1.2 $ ($Author: vlads $) $Date: 2004/12/05 02:46:39 $
Author:
vlads

Method Summary
 boolean equals(EventIdentifier obj)
           
 java.lang.String getClassName()
           
 java.lang.Object getKey()
           
 java.lang.String getMethodName()
           
 java.lang.String getMethodSignature()
           
 boolean isConstruction()
           
 boolean isDeletion()
           
 

Method Detail

equals

public boolean equals(EventIdentifier obj)

getKey

public java.lang.Object getKey()

getClassName

public java.lang.String getClassName()

getMethodName

public java.lang.String getMethodName()

getMethodSignature

public java.lang.String getMethodSignature()

isConstruction

public boolean isConstruction()

isDeletion

public boolean isDeletion()


Copyright © 2004 sourceforge. All Rights Reserved.