Rio Project 4.2 API Documentation
org.rioproject.log
Class ServiceLogEvent
java.lang.Object
java.util.EventObject
net.jini.core.event.RemoteEvent
org.rioproject.event.RemoteServiceEvent
org.rioproject.log.ServiceLogEvent
- All Implemented Interfaces:
- Serializable
public class ServiceLogEvent
- extends RemoteServiceEvent
- implements Serializable
A remote event of a service's log record, typically indicating an exception
of interest has been thrown.
- See Also:
- Serialized Form
|
Field Summary |
static long |
ID
|
ID
public static final long ID
- See Also:
- Constant Field Values
ServiceLogEvent
public ServiceLogEvent(Object source,
LogRecord logRecord)
- Create a new
ServiceLogEvent
- Parameters:
source - event sourcelogRecord - the
ServiceLogEvent
public ServiceLogEvent(Object source,
LogRecord logRecord,
String opStringName,
String serviceName,
InetAddress address)
getOpStringName
public String getOpStringName()
getServiceName
public String getServiceName()
getAddress
public InetAddress getAddress()
getLogRecord
public LogRecord getLogRecord()
getEventDescriptor
public static EventDescriptor getEventDescriptor()
- Helper method to return the EventDescriptor for this event
- Returns:
- The EventDescriptor for this event
Copyright © 2006-2011 Rio Project. All Rights Reserved.