87888990919293
key.readData(in); processor = in.readObject(); } public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_PUT, ActionConstants.ACTION_REMOVE); }
102103104105106107108
processor = in.readObject(); predicate = in.readObject(); } public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_PUT, ActionConstants.ACTION_REMOVE); }
59606162636465
return MapPortableHook.LOAD_ALL_KEYS; } @Override public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_REMOVE); }
82838485868788
public void read(PortableReader reader) throws IOException { name = reader.readUTF("n"); } public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_READ); }
68697071727374
name = reader.readUTF("n"); super.read(reader); } public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_LOCK); }
167168169170171172173
} protected abstract void readPortableInner(PortableReader reader) throws IOException; public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_READ); }
90919293949596
name = reader.readUTF("n"); id = reader.readUTF("id"); } public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_INTERCEPT); }
} @Override public Permission getRequiredPermission() { return new MapPermission(name, ActionConstants.ACTION_REMOVE); }
979899100101102103