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

java.lang.Object
  extended by org.drools.grid.service.directory.impl.GridServiceDescriptionClient
All Implemented Interfaces:
GridServiceDescription

public class GridServiceDescriptionClient
extends Object
implements GridServiceDescription


Constructor Summary
GridServiceDescriptionClient(GridServiceDescription gsd, GridServiceDescription whitePagesGsd, ConversationManager conversationManager)
           
 
Method Summary
 Address addAddress(String transport)
           
 boolean equals(Object obj)
           
 Map<String,Address> getAddresses()
           
 Serializable getData()
           
 String getId()
           
 Class getServiceInterface()
           
 int hashCode()
           
 void removeAddress(String transport)
           
 void setData(Serializable data)
           
 void setServiceInterface(Class cls)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridServiceDescriptionClient

public GridServiceDescriptionClient(GridServiceDescription gsd,
                                    GridServiceDescription whitePagesGsd,
                                    ConversationManager conversationManager)
Method Detail

addAddress

public Address addAddress(String transport)
Specified by:
addAddress in interface GridServiceDescription

getAddresses

public Map<String,Address> getAddresses()
Specified by:
getAddresses in interface GridServiceDescription

getId

public String getId()
Specified by:
getId in interface GridServiceDescription

removeAddress

public void removeAddress(String transport)
Specified by:
removeAddress in interface GridServiceDescription

getServiceInterface

public Class getServiceInterface()
Specified by:
getServiceInterface in interface GridServiceDescription

setServiceInterface

public void setServiceInterface(Class cls)
Specified by:
setServiceInterface in interface GridServiceDescription

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getData

public Serializable getData()
Specified by:
getData in interface GridServiceDescription

setData

public void setData(Serializable data)
Specified by:
setData in interface GridServiceDescription


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