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