Skip navigation links


com.openmarket.basic.event
Interface AssetEvent

All Superinterfaces:
Event

public interface AssetEvent
extends Event

Primary abstraction for all Asset based events


Nested Class Summary
static class AssetEvent.OP_TYPE
           

 

Method Summary
 ICS getICS()
          Returns the ICS involved in the event
 AssetId getId()
          Returns the AssetId involved in the event
 AssetEvent.OP_TYPE getOp()
          Operation type of the Event
 boolean isPullMode()
          Whether the asset is updated with pull or push mode

 

Method Detail

getICS

ICS getICS()
Returns the ICS involved in the event
Returns:
ICS

getId

AssetId getId()
Returns the AssetId involved in the event
Returns:
AssetId

getOp

AssetEvent.OP_TYPE getOp()
Operation type of the Event
Returns:
OP_TYPE

isPullMode

boolean isPullMode()
Whether the asset is updated with pull or push mode
Returns:
pullMode true for pull mode false for push mode

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.