Пример #1
0
 /**
  * Ensures that an activation group id can be passed in a remote call (class may contain a remote
  * reference to the activation system implementation).
  */
 public ActivationGroupID returnGroupID() throws RemoteException {
   return ActivationGroup.currentGroupID();
 }