ermi.util
Class Bus

java.lang.Object
  |
  +--ermi.util.Bus

public class Bus
extends java.lang.Object

Author:
Administrador To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

Field Summary
static Session bus
           
static int count
           
 
Constructor Summary
Bus()
           
 
Method Summary
static void close()
           
static Session getBus(java.util.Properties env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bus

public static Session bus

count

public static int count
Constructor Detail

Bus

public Bus()
Method Detail

getBus

public static Session getBus(java.util.Properties env)
                      throws RemoteException
RemoteException

close

public static void close()