1 22 package org.objectweb.petals.kernel.registry.msg.request; 23 24 29 public class LookupLinkRequest extends RegistryRequest { 30 31 private static final long serialVersionUID = 1L; 32 33 public LookupLinkRequest(String contextName, String key, int sender, 34 int recipient) { 35 super(RequestType.lookupLink, contextName, key, sender, recipient); 36 } 37 38 } 39 | Popular Tags |