256257258259260261262
return new CompositeName(path.substring(1, path.length())); return new CompositeName(path); } private void sendTo(JndiRequest request) { Channel.sendTo((AgentId)ownerId, new JndiScriptRequestNot(new JndiRequest[]{request})); }
352353354355356357358359360361362
csr.getName(), getId()); } sendTo(owner, new JndiScriptRequestNot( new JndiRequest[]{request}, true)); RequestContextList list = (RequestContextList)writeRequestContextLists.get(owner); if (list == null) { list = new RequestContextList();