1 24 25 package org.objectweb.dream.channel; 26 27 import org.objectweb.fractal.api.control.AttributeController; 28 29 33 public interface SocketManagerIPChunkBasedAttributeController 34 extends 35 AttributeController 36 { 37 43 String getDestinationChunkName(); 44 45 51 void setDestinationChunkName(String destinationChunkName); 52 53 60 boolean getDeleteChunk(); 61 62 68 void setDeleteChunk(boolean deleteChunk); 69 } | Popular Tags |