COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.sample.components.sink.cbe.wrapper
Class ComponentIdentificationWrapper

java.lang.Object
  extended by org.eclipse.tptp.logging.events.cbe.impl.ComponentIdentificationImpl
      extended by org.eclipse.cosmos.dc.sample.components.sink.cbe.wrapper.ComponentIdentificationWrapper
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.eclipse.tptp.logging.events.cbe.ComponentIdentification

public class ComponentIdentificationWrapper
extends org.eclipse.tptp.logging.events.cbe.impl.ComponentIdentificationImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.tptp.logging.events.cbe.impl.ComponentIdentificationImpl
application, component, componentIdType, componentType, executionEnvironment, instanceId, location, locationType, processId, subComponent, threadId
 
Fields inherited from interface org.eclipse.tptp.logging.events.cbe.ComponentIdentification
COMPONENT_ID_TYPE_APPLICATION, COMPONENT_ID_TYPE_DEVICE_NAME, COMPONENT_ID_TYPE_PROCESS, COMPONENT_ID_TYPE_PRODUCT_NAME, COMPONENT_ID_TYPE_SERVICE_NAME, COMPONENT_ID_TYPE_SYSTEM_NAME, COMPONENT_ID_TYPE_UNKNOWN, LOCATION_TYPE_DCC, LOCATION_TYPE_DEVICE_NAME, LOCATION_TYPE_DIAL, LOCATION_TYPE_E_164, LOCATION_TYPE_FQ_HOSTNAME, LOCATION_TYPE_HID, LOCATION_TYPE_HOSTNAME, LOCATION_TYPE_HWA, LOCATION_TYPE_ICD, LOCATION_TYPE_IPV4, LOCATION_TYPE_IPV6, LOCATION_TYPE_IPX, LOCATION_TYPE_ISDN, LOCATION_TYPE_NWA, LOCATION_TYPE_OID_OSI, LOCATION_TYPE_SNA, LOCATION_TYPE_UNKNOWN, LOCATION_TYPE_X25
 
Constructor Summary
ComponentIdentificationWrapper()
           
ComponentIdentificationWrapper(org.eclipse.tptp.logging.events.cbe.ComponentIdentification ci)
           
 
Method Summary
 int getId()
           
 void setId(int id)
           
 
Methods inherited from class org.eclipse.tptp.logging.events.cbe.impl.ComponentIdentificationImpl
clone, equals, getApplication, getComponent, getComponentIdType, getComponentType, getExecutionEnvironment, getInstanceId, getLocation, getLocationType, getProcessId, getSubComponent, getThreadId, init, setApplication, setComponent, setComponentIdType, setComponentType, setExecutionEnvironment, setInstanceId, setLocation, setLocationType, setProcessId, setSubComponent, setThreadId, toString, validate
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ComponentIdentificationWrapper

public ComponentIdentificationWrapper()

ComponentIdentificationWrapper

public ComponentIdentificationWrapper(org.eclipse.tptp.logging.events.cbe.ComponentIdentification ci)
Method Detail

getId

public int getId()

setId

public void setId(int id)

COSMOS ${releaseVersion} data-collection Project
Public API Specification