org.ow2.petals.communication.jndi.agent.msg.response
Class RegistryResponse

java.lang.Object
  extended by org.ow2.petals.communication.jndi.agent.msg.response.RegistryResponse
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AckResponse, CreateSubcontextResponse, ExceptionResponse, ListBindingsResponse, ListResponse, LookupLinkResponse, LookupResponse

public class RegistryResponse
extends java.lang.Object
implements java.io.Serializable

Registry response

Author:
ddesjardins - eBMWebsourcing, Roland NAUDIN - eBMWebsourcing
See Also:
Serialized Form

Nested Class Summary
static class RegistryResponse.ResponseType
          Types of response
 
Field Summary
protected  java.lang.Object arg1
          First argument of the response
protected  RegistryResponse.ResponseType type
          Response type
 
Constructor Summary
protected RegistryResponse(RegistryResponse.ResponseType type)
          Creates a new instance of RegistryResponse
protected RegistryResponse(RegistryResponse.ResponseType type, java.lang.Object arg1)
          Creates a new instance of RegistryResponse
 
Method Summary
 java.lang.Object getArg1()
           
 RegistryResponse.ResponseType getType()
           
 void setArg1(java.lang.Object arg1)
           
 void setType(RegistryResponse.ResponseType type)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

arg1

protected java.lang.Object arg1
First argument of the response


type

protected RegistryResponse.ResponseType type
Response type

Constructor Detail

RegistryResponse

protected RegistryResponse(RegistryResponse.ResponseType type)
Creates a new instance of RegistryResponse

Parameters:
type -
sender -
recipient -

RegistryResponse

protected RegistryResponse(RegistryResponse.ResponseType type,
                           java.lang.Object arg1)
Creates a new instance of RegistryResponse

Parameters:
type -
arg1 -
sender -
recipient -
Method Detail

getArg1

public java.lang.Object getArg1()

getType

public RegistryResponse.ResponseType getType()

setArg1

public void setArg1(java.lang.Object arg1)

setType

public void setType(RegistryResponse.ResponseType type)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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