org.granite.config
Class AbstractRemoteDestination

java.lang.Object
  extended by org.granite.config.AbstractRemoteDestination

public class AbstractRemoteDestination
extends Object


Constructor Summary
AbstractRemoteDestination()
           
 
Method Summary
protected  Destination buildDestination()
           
 String getId()
           
 List<String> getRoles()
           
 String getSource()
           
protected  void init(AbstractFrameworkGraniteConfig graniteConfig)
           
 void initServices(ServicesConfig servicesConfig)
           
 void setId(String id)
           
 void setRoles(List<String> roles)
           
 void setSource(String source)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRemoteDestination

public AbstractRemoteDestination()
Method Detail

getId

public String getId()

setId

public void setId(String id)

getSource

public String getSource()

setSource

public void setSource(String source)

getRoles

public List<String> getRoles()

setRoles

public void setRoles(List<String> roles)

init

protected void init(AbstractFrameworkGraniteConfig graniteConfig)

initServices

public void initServices(ServicesConfig servicesConfig)

buildDestination

protected Destination buildDestination()