Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


oracle.security.opss.service
Interface ServiceEvent


public interface ServiceEvent

ServiceEvent is used to 1. notify service instances with messages, e.g. service property changes. 2. be sent by service instances to notify service listeners of service events, e.g. service state changes.


Nested Class Summary
static class ServiceEvent.EventType
           

 

Method Summary
 ServiceEvent.EventType getEventType()
           
 java.lang.Object getMessage()
          Gets the message sent by the sender.
 java.lang.String getServiceName()
          Gets the name of the subject service.
 java.lang.Object getSource()
          Gets the source of this event.
 java.lang.String getTenantId()
          Gets the tenant ID of the subject service.

 

Method Detail

getEventType

ServiceEvent.EventType getEventType()
Returns:
the event type

getTenantId

java.lang.String getTenantId()
Gets the tenant ID of the subject service.
Returns:
the tenant ID

getServiceName

java.lang.String getServiceName()
Gets the name of the subject service.
Returns:
the service name

getSource

java.lang.Object getSource()
Gets the source of this event.
Returns:
the reference of the sender.

getMessage

java.lang.Object getMessage()
Gets the message sent by the sender.
Returns:
the message object

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 2 (11.1.2)

E54416-01


Copyright © 2011, 2015, Oracle and/or its affiliates. All rights reserved.