| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.jdeveloper.vcs.spi.VCSEventBus
public class VCSEventBus
The version control framework's global notification mechanism.
| Method Summary | |
|---|---|
static void | 
addToBus(VCSEBComponent component)Adds a component to the bus, it will receive all messages sent on the bus.  | 
static VCSEBComponent[] | 
getComponents()Gets an array of all components connected to the bus.  | 
static void | 
removeFromBus(VCSEBComponent component)Removes a component from the bus.  | 
static void | 
send(VCSEBMessage message)Sends a message to all components on the bus in turn.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static void addToBus(VCSEBComponent component)
component - the component to addpublic static void removeFromBus(VCSEBComponent component)
component - the component to removepublic static VCSEBComponent[] getComponents()
public static void send(VCSEBMessage message)
message - the message
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||