1 22 package org.objectweb.petals.kernel.registry.msg.response; 23 24 import javax.naming.Binding ; 25 26 31 public class ListBindingsResponse extends RegistryResponse { 32 33 private static final long serialVersionUID = 1L; 34 35 public ListBindingsResponse(Binding [] bindings, long sender, long recipient) { 36 super(ResponseType.listBindings, bindings, sender, recipient); 37 } 38 39 } 40 | Popular Tags |