|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectdermi.util.Bus
public class Bus
This class encapsulates the bus used by the Session object
| Field Summary | |
|---|---|
static Session |
bus
|
static int |
count
|
| Constructor Summary | |
|---|---|
Bus()
|
|
| Method Summary | |
|---|---|
static void |
close()
Closes the session with the current event bus |
static Session |
getBus(java.util.Properties env)
Creates a session and obtains a reference to the event bus |
static java.lang.String |
getClassName(java.lang.String className)
This method returns the fully qualified class name for a class |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static Session bus
public static int count
| Constructor Detail |
|---|
public Bus()
| Method Detail |
|---|
public static Session getBus(java.util.Properties env)
throws RemoteException
env - Properties Environment properties
RemoteException - If something goes wrong ;-)public static void close()
public static java.lang.String getClassName(java.lang.String className)
className - String the class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||