Uses of Class
org.ow2.petals.communication.jndi.agent.msg.request.RegistryRequest.RequestType

Packages that use RegistryRequest.RequestType
org.ow2.petals.communication.jndi.agent.msg.request   
 

Uses of RegistryRequest.RequestType in org.ow2.petals.communication.jndi.agent.msg.request
 

Fields in org.ow2.petals.communication.jndi.agent.msg.request declared as RegistryRequest.RequestType
protected  RegistryRequest.RequestType RegistryRequest.type
          Type of request
 

Methods in org.ow2.petals.communication.jndi.agent.msg.request that return RegistryRequest.RequestType
 RegistryRequest.RequestType RegistryRequest.getType()
           
static RegistryRequest.RequestType RegistryRequest.RequestType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RegistryRequest.RequestType[] RegistryRequest.RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.ow2.petals.communication.jndi.agent.msg.request with parameters of type RegistryRequest.RequestType
 void RegistryRequest.setType(RegistryRequest.RequestType type)
           
 

Constructors in org.ow2.petals.communication.jndi.agent.msg.request with parameters of type RegistryRequest.RequestType
RegistryRequest(RegistryRequest.RequestType type, boolean localConnection)
           
RegistryRequest(RegistryRequest.RequestType type, java.lang.Object arg1, boolean localConnection)
           
RegistryRequest(RegistryRequest.RequestType type, java.lang.Object arg1, java.lang.Object arg2, boolean localConnection)
           
RegistryRequest(RegistryRequest.RequestType type, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3, boolean localConnection)
           
 



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