Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.remoting
Class RemoteEvent

java.lang.Object
  extended by org.nuxeo.runtime.remoting.RemoteEvent
All Implemented Interfaces:
Serializable

public class RemoteEvent
extends Object
implements Serializable

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 ComponentName component
           
static int COMPONENTS_ADDED
           
static int COMPONENTS_REMOVED
           
 Serializable data
           
static int EXTENSION_ADDED
           
static int EXTENSION_REMOVED
           
 int id
           
 
Constructor Summary
RemoteEvent(int eventId, ComponentName component, Serializable data)
           
 
Method Summary
 ComponentName getComponent()
           
 Object getData()
           
 int getId()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPONENTS_ADDED

public static final int COMPONENTS_ADDED
See Also:
Constant Field Values

COMPONENTS_REMOVED

public static final int COMPONENTS_REMOVED
See Also:
Constant Field Values

EXTENSION_ADDED

public static final int EXTENSION_ADDED
See Also:
Constant Field Values

EXTENSION_REMOVED

public static final int EXTENSION_REMOVED
See Also:
Constant Field Values

id

public final int id

component

public final ComponentName component

data

public final Serializable data
Constructor Detail

RemoteEvent

public RemoteEvent(int eventId,
                   ComponentName component,
                   Serializable data)
Method Detail

getData

public Object getData()
Returns:
the data.

getId

public int getId()
Returns:
the id.

getComponent

public ComponentName getComponent()
Returns:
the component.

toString

public String toString()
Overrides:
toString in class Object

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.