DESY ACOP Beans Home

de.desy.acop.transport
Class AcopTransportEvent

java.lang.Object
  extended by java.util.EventObject
      extended by de.desy.acop.transport.AcopTransportEvent
All Implemented Interfaces:
java.io.Serializable

public class AcopTransportEvent
extends java.util.EventObject

See Also:
Serialized Form

Field Summary
protected  int link_error
           
protected  int link_id
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AcopTransportEvent(java.lang.Object source, int linkId, int error)
           
 
Method Summary
 int getLinkError()
           
 int getLinkId()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

link_id

protected int link_id

link_error

protected int link_error
Constructor Detail

AcopTransportEvent

public AcopTransportEvent(java.lang.Object source,
                          int linkId,
                          int error)
Method Detail

getLinkId

public int getLinkId()

getLinkError

public int getLinkError()


Copyright © 2010. All Rights Reserved.