com.webify.fabric.event
Interface Component


public interface Component

Represents a component related to an event.

Version:
$Revision: $
Author:
msanchez

Method Summary
 void addComponentAddress(XmlElement address)
          Add a new component address to this component.
 java.util.Collection getComponentAddressList()
          Contains the specific elements used to identify the address of a component.
 java.lang.String getResourceId()
          An identifier of a manageable resource associated with an event.
 

Method Detail

getResourceId

java.lang.String getResourceId()
An identifier of a manageable resource associated with an event.

Returns:
a URI identifing a managed resource

getComponentAddressList

java.util.Collection getComponentAddressList()
Contains the specific elements used to identify the address of a component.

Returns:
a collection of XmlElement instances for the component addresses

addComponentAddress

void addComponentAddress(XmlElement address)
Add a new component address to this component.

Parameters:
address - the new address to add


Copyright © 2002-2009 IBM. All Rights Reserved.