public ActivityUniqueKey (WfActivity activity)
throws RemoteException {
actKey = activity.key();
WfProcess proc = activity.container();
procKey = proc.key();
String mgrName = proc.manager().name();
}
/**
* Creates an instance of <code>ActivityUniqueKey</code>
* from the given partial keys.