org.ow2.petals.communication.jndi.agent.msg.request
Class RenameRequest

java.lang.Object
  extended by org.ow2.petals.communication.jndi.agent.msg.request.RegistryRequest
      extended by org.ow2.petals.communication.jndi.agent.msg.request.RenameRequest
All Implemented Interfaces:
java.io.Serializable

public class RenameRequest
extends RegistryRequest

Rename Request

Author:
ddesjardins - eBMWebsourcing
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.ow2.petals.communication.jndi.agent.msg.request.RegistryRequest
RegistryRequest.RequestType
 
Field Summary
 
Fields inherited from class org.ow2.petals.communication.jndi.agent.msg.request.RegistryRequest
arg1, arg2, arg3, type
 
Constructor Summary
RenameRequest(java.lang.String contextName, java.lang.String oldKey, java.lang.String newKey, boolean localConnection)
           
 
Method Summary
 
Methods inherited from class org.ow2.petals.communication.jndi.agent.msg.request.RegistryRequest
getArg1, getArg2, getArg3, getType, isLocalConnection, setArg1, setArg2, setArg3, setLocalConnection, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RenameRequest

public RenameRequest(java.lang.String contextName,
                     java.lang.String oldKey,
                     java.lang.String newKey,
                     boolean localConnection)


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.