net.sf.jour.rt.agent
Class MapedEventID

java.lang.Object
  extended bynet.sf.jour.rt.agent.MapedEventID
All Implemented Interfaces:
EventIdentifier, java.io.Serializable
Direct Known Subclasses:
MapedEventIDContex

public class MapedEventID
extends java.lang.Object
implements EventIdentifier

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

Version:
$Revision: 1.5 $ ($Author: vlads $) $Date: 2004/12/12 01:51:24 $
Author:
vlads
See Also:
Serialized Form

Field Summary
(package private) static int FINALIZE
           
(package private)  long id
           
static int ID_DISPATCH_QUEUE
           
(package private) static int INIT
           
(package private) static int METHOD
           
(package private)  int methodType
           
 
Constructor Summary
MapedEventID(long id)
           
MapedEventID(long id, int methodType)
           
MapedEventID(java.lang.String className, java.lang.String methodName, java.lang.String methodSignature)
           
 
Method Summary
 boolean equals(EventIdentifier obj)
           
 java.lang.String getClassName()
           
 long getID()
           
 java.lang.Object getKey()
           
 java.lang.String getMethodName()
           
 java.lang.String getMethodSignature()
           
 boolean isConstruction()
           
 boolean isDeletion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_DISPATCH_QUEUE

public static final int ID_DISPATCH_QUEUE
See Also:
Constant Field Values

id

long id

INIT

static final int INIT
See Also:
Constant Field Values

METHOD

static final int METHOD
See Also:
Constant Field Values

FINALIZE

static final int FINALIZE
See Also:
Constant Field Values

methodType

int methodType
Constructor Detail

MapedEventID

public MapedEventID(long id)

MapedEventID

public MapedEventID(long id,
                    int methodType)

MapedEventID

public MapedEventID(java.lang.String className,
                    java.lang.String methodName,
                    java.lang.String methodSignature)
Method Detail

isConstruction

public boolean isConstruction()
Specified by:
isConstruction in interface EventIdentifier

isDeletion

public boolean isDeletion()
Specified by:
isDeletion in interface EventIdentifier

equals

public boolean equals(EventIdentifier obj)
Specified by:
equals in interface EventIdentifier

getID

public long getID()

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface EventIdentifier

getClassName

public java.lang.String getClassName()
Specified by:
getClassName in interface EventIdentifier

getMethodName

public java.lang.String getMethodName()
Specified by:
getMethodName in interface EventIdentifier

getMethodSignature

public java.lang.String getMethodSignature()
Specified by:
getMethodSignature in interface EventIdentifier


Copyright © 2004 sourceforge. All Rights Reserved.