WebLogic Integration


com.bea.wlai.common
Class EventHeader

java.lang.Object
  |
  +--com.bea.wlai.common.EventHeader

public class EventHeader
extends java.lang.Object
implements java.io.Serializable

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.
See Also:
Serialized Form

Constructor Summary
EventHeader(java.lang.String sourceType, java.lang.String sourceKey, java.lang.String eventType)
           
 
Method Summary
 java.lang.String getEventType()
           
 java.lang.String getSourceKey()
           
 java.lang.String getSourceType()
           
 void setEventType(java.lang.String eventType)
           
 void setSourceKey(java.lang.String sourceKey)
           
 void setSourceType(java.lang.String sourceType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventHeader

public EventHeader(java.lang.String sourceType,
                   java.lang.String sourceKey,
                   java.lang.String eventType)
Method Detail

getSourceType

public java.lang.String getSourceType()


setSourceType

public void setSourceType(java.lang.String sourceType)


getSourceKey

public java.lang.String getSourceKey()


setSourceKey

public void setSourceKey(java.lang.String sourceKey)


getEventType

public java.lang.String getEventType()


setEventType

public void setEventType(java.lang.String eventType)


WebLogic Integration

WebLogic Integration (WLI)