org.ow2.cmi.event
Interface CMIManagedObject

All Known Subinterfaces:
ClientClusterViewManager, ClusterViewManager, ServerClusterViewManager

public interface CMIManagedObject

This interface represents a CMI managed object.

Author:
Loris Bouzonnet

Method Summary
 java.lang.String getCMIManagedObjectId()
          Get the CMI managed object id.
<T extends org.ow2.util.component.api.Component>
T
getComponent(java.lang.Class<T> itf)
          Get a reference to the first component matching the interface.
 

Method Detail

getCMIManagedObjectId

java.lang.String getCMIManagedObjectId()
Get the CMI managed object id.

Returns:
The CMI managed object id.

getComponent

<T extends org.ow2.util.component.api.Component> T getComponent(java.lang.Class<T> itf)
Get a reference to the first component matching the interface.

Type Parameters:
T - The interface type.
Parameters:
itf - The interface class.
Returns:
The component.


Copyright © 2009 OW2 Consortium. All Rights Reserved.