| Retreive some information of the JOnAS instance executing the EJB
container The names of the properties are : EJB server, EJB id, EJB
instance calls, EJB total calls - EJB server : name of the JOnAS instance -
EJB id : toString() of the MyEjb1 - EJB instance calls : number of calls
to this EJB instance - EJB total calls : number of calls to this EJB for
all instance of class MyEjb1
The Properties throws: RemoteException - if invocation failed |