org.granite.config
Class AbstractRemoteDestination

java.lang.Object
  extended by org.granite.config.AbstractRemoteDestination
Direct Known Subclasses:
RemoteDestination, RemoteDestination

public class AbstractRemoteDestination
extends Object


Constructor Summary
AbstractRemoteDestination()
           
 
Method Summary
protected  Destination buildDestination()
           
 String getId()
           
 List<String> getRoles()
           
 RemotingDestinationSecurizer getSecurizer()
           
 String getSource()
           
protected  void init(AbstractFrameworkGraniteConfig graniteConfig)
           
 void initServices(ServicesConfig servicesConfig)
           
 void setId(String id)
           
 void setRoles(List<String> roles)
           
 void setSecurizer(RemotingDestinationSecurizer securizer)
           
 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)

getSecurizer

public RemotingDestinationSecurizer getSecurizer()

setSecurizer

public void setSecurizer(RemotingDestinationSecurizer securizer)

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()