Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

oracle.jbo.server
Class NativeMobileServiceBus

java.lang.Object
  extended by oracle.jbo.server.NativeMobileServiceBus

public class NativeMobileServiceBus
extends java.lang.Object

In ADF, there is the notion of an Enterprise Service Bus (ESB) or Fabric. This construct routes business events to interested parties and runs in a separate process from the client application. In ADFnmc, the service bus has been collapsed to a simple publish/subscribe model that runs in-process with the client application.

Author:
PARACHAN

Field Summary
static java.lang.Class CLASS_INSTANCE
           
 
Method Summary
static NativeMobileServiceBus getInstance()
           
 void subscribe(NativeMobileServiceBusListener listener)
           
 void unsubscribe(NativeMobileServiceBusListener listener)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_INSTANCE

public static final java.lang.Class CLASS_INSTANCE
Method Detail

getInstance

public static NativeMobileServiceBus getInstance()

subscribe

public void subscribe(NativeMobileServiceBusListener listener)

unsubscribe

public void unsubscribe(NativeMobileServiceBusListener listener)

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client
11g Release 1 (11.1.1)

E17503-02

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