CBE 이벤트 정의 파일의 각 이벤트 확장 정의는 Enterprise Console 이벤트 클래스 정의로 변환됩니다. 다음 CBE 이벤트 정의 속성은 해당 Enterprise Console 이벤트 클래스 정의에 대한 이벤트 슈퍼클래스 및 클래스의 이름을 판별하는 데 사용됩니다.
Enterprise Console 이벤트 정의 클래스 이름에 맵핑. 예를 들어, CBE 이벤트를 정의하십시오.
<eventDefinition name="Transaction"> ... </eventDefinition>
Enterprise Console 이벤트 정의 클래스에 다음과 같이 맵핑됩니다.
TEC_CLASS :
Transaction ISA EVENT
DEFINES
...
Enterprise Console 이벤트 정의 클래스 이름의 슈퍼클래스에 맵핑. 예를 들어, CBE 이벤트를 정의하십시오.
<eventDefinition name="TransactionStarted" parent="Transaction"> ... </eventDefinition>
Enterprise Console 이벤트 정의 클래스에 다음과 같이 맵핑됩니다.
TEC_CLASS :
TransactionStarted ISA Transaction
DEFINES
...