org.drools.grid.service.directory.impl
Class AddressImpl

java.lang.Object
  extended by org.drools.grid.service.directory.impl.AddressImpl
All Implemented Interfaces:
Serializable, Address

public class AddressImpl
extends Object
implements Address, Serializable

See Also:
Serialized Form

Constructor Summary
AddressImpl()
           
AddressImpl(GridServiceDescription gridServiceDescription, String transport, Serializable object)
           
 
Method Summary
 boolean equals(Object obj)
           
 GridServiceDescription getGridServiceDescription()
           
 String getId()
           
 Serializable getObject()
           
 String getTransport()
           
 int hashCode()
           
 void setId(String id)
           
 void setObject(Object object)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddressImpl

public AddressImpl()

AddressImpl

public AddressImpl(GridServiceDescription gridServiceDescription,
                   String transport,
                   Serializable object)
Method Detail

getId

public String getId()

setId

public void setId(String id)

getGridServiceDescription

public GridServiceDescription getGridServiceDescription()
Specified by:
getGridServiceDescription in interface Address

getTransport

public String getTransport()
Specified by:
getTransport in interface Address

getObject

public Serializable getObject()
Specified by:
getObject in interface Address

setObject

public void setObject(Object object)
Specified by:
setObject in interface Address

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.