ie.deri.wsmx.util
Class SystemComponent

java.lang.Object
  extended byie.deri.wsmx.util.SystemComponent

public class SystemComponent
extends java.lang.Object


Field Summary
static SystemComponent COMPILER
           
static SystemComponent INVOKER
           
static SystemComponent MATCHAMEKER
           
static SystemComponent MEDIATOR
           
static SystemComponent NONE
           
static SystemComponent PARSER
           
static SystemComponent SELECTOR
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
static boolean eventAccepted(SystemComponent component, EventTypeHandle handle)
           
 java.lang.String getName()
           
 int getValue()
           
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final SystemComponent NONE

PARSER

public static final SystemComponent PARSER

COMPILER

public static final SystemComponent COMPILER

MATCHAMEKER

public static final SystemComponent MATCHAMEKER

SELECTOR

public static final SystemComponent SELECTOR

MEDIATOR

public static final SystemComponent MEDIATOR

INVOKER

public static final SystemComponent INVOKER
Method Detail

getName

public java.lang.String getName()

eventAccepted

public static boolean eventAccepted(SystemComponent component,
                                    EventTypeHandle handle)

getValue

public int getValue()

toString

public java.lang.String toString()

equals

public boolean equals(java.lang.Object object)

main

public static void main(java.lang.String[] args)