Uses of Interface
radtools.services.RADService

Packages that use RADService
radtools.services The basis of this package is the RADService interface, but it also contains all of the implementations of that interface, including RADTools
radtools.services.haproxy Code for managing HAProxy systems. 
radtools.services.lighttpd Code for managing LigHTTPD systems. 
radtools.services.linux Code for managing Linux systems. 
radtools.services.linux.fedora Code for managing Fedora Core Linux systems. 
radtools.services.memcached Code for managing Memcached systems. 
radtools.services.mysql Code for managing MySQL systems. 
radtools.services.network Code for managing abstract network connections to webservice nodes. 
radtools.services.researchindex_load Code for managing the ResearchIndex_Load website load generator. 
radtools.services.ror Code for managing Ruby on Rails systems. 
radtools.services.vmware Code for managing vmware Virtual Machines
 

Uses of RADService in radtools.services
 

Subinterfaces of RADService in radtools.services
 interface HostedRADService
          TODO: Javadoc
 interface RemoteHostedRADService
          TODO: Javadoc
 interface RemoteRADService
          TODO: Javadoc
 

Classes in radtools.services that implement RADService
 class AbstractRADService
          TODO: Javadoc
 class AbstractRemoteRADService
          TODO: Javadoc
 class ComposedRADService
          TODO: Javadoc
 class RADTools
          TODO: Javadoc
 

Fields in radtools.services declared as RADService
protected  RADService RADTools.datacenter
          TODO: Javadoc
protected  RADService RADTools.website
          TODO: Javadoc
 

Fields in radtools.services with type parameters of type RADService
protected  rcf.core.util.tree.Node<RADService,?,?,?,?,?> AbstractRADService.composition
          TODO: Javadoc
protected  rcf.core.util.tree.Node<RADService,?,?,?,?,?> AbstractRADService.dependency
          TODO: Javadoc
protected  rcf.core.util.tree.Node<RADService,?,?,?,?,?> AbstractRADService.management
          TODO: Javadoc
 

Methods in radtools.services that return RADService
 RADService RADTools.datacenter()
          TODO: Javadoc
 RADService HostedRADService.host()
          TODO: Javadoc
 RADService RADTools.website()
          TODO: Javadoc
 

Methods in radtools.services that return types with arguments of type RADService
 rcf.core.util.graph.Vertex<RADService,?,?,?,?,?> RADService.communication()
          Get the vertex containing this RADService, in the comminications graph.
 rcf.core.util.graph.Vertex<RADService,?,?,?,?,?> AbstractRADService.communication()
           
 rcf.core.util.tree.Node<RADService,?,?,?,?,?> RADService.composition()
          Get the tree node containing this RADService, whose parent is the RADService which is built out of this one.
 rcf.core.util.tree.Node<RADService,?,?,?,?,?> AbstractRADService.composition()
           
 rcf.core.util.tree.Node<RADService,?,?,?,?,?> RADService.dependency()
          Get the tree node containing this RADService, whose parent is the RADService which must be RADService.State.Running in order for this service to be running.
 rcf.core.util.tree.Node<RADService,?,?,?,?,?> AbstractRADService.dependency()
           
 rcf.core.util.tree.Node<RADService,?,?,?,?,?> RADService.management()
          Get the tree node containing this RADService, whose parent is the RADService which must be RADService.State.Running in order to manage this service at all.
 rcf.core.util.tree.Node<RADService,?,?,?,?,?> AbstractRADService.management()
           
 

Constructors in radtools.services with parameters of type RADService
AbstractRADService(RADService _management, RADService _dependency, RADService _composition)
          TODO: Javadoc
AbstractRemoteRADService(RADService _management, RADService _dependency, RADService _composition, HostPort _hostport)
          TODO: Javadoc
ComposedRADService(String _name, RADService _management, RADService _dependency, RADService _composition, boolean _composed, boolean _and)
          TODO: Javadoc
RADTools(RADService _management, RADService _dependency, RADService _composition, Application _application)
          TODO: Javadoc
 

Uses of RADService in radtools.services.haproxy
 

Classes in radtools.services.haproxy that implement RADService
 class HAProxyLinux
          Provides a RADService abstraction of HAProxy running on an arbitrary linux system.
 

Constructors in radtools.services.haproxy with parameters of type RADService
HAProxyLinux(LinuxSystem _host, RADService _composition, String _executable)
          TODO: Javadoc
 

Uses of RADService in radtools.services.lighttpd
 

Classes in radtools.services.lighttpd that implement RADService
 class LigHTTPDLinux
          TODO: Javadoc
 

Constructors in radtools.services.lighttpd with parameters of type RADService
LigHTTPDLinux(LinuxSystem _host, RADService _composition)
          TODO: Javadoc
 

Uses of RADService in radtools.services.linux
 

Subinterfaces of RADService in radtools.services.linux
 interface LinuxHostedRADService
          TODO: Javadoc
 

Classes in radtools.services.linux that implement RADService
 class AbstractLinuxHostedRADService
          TODO: Javadoc
 class LinuxSession
          TODO: Javadoc
protected static class LinuxSession.Tunnel
          TODO: Javadoc
 class LinuxSystem
          TODO: Javadoc
 

Methods in radtools.services.linux with parameters of type RADService
private  LinuxSession LinuxSystem.cachedSession(RADService _composition)
          TODO: Javadoc
 LinuxSession LinuxSystem.connect(UsernamePasswordPrincipal _principal, RADService _composition)
          TODO: Javadoc
 NetworkTunnel<UsernamePasswordPrincipal> LinuxSession.forward(RADService _composition, HostPort hostport)
          TODO: Javadoc
 

Constructors in radtools.services.linux with parameters of type RADService
AbstractLinuxHostedRADService(LinuxSystem _host, RADService _composition)
          TODO: Javadoc
LinuxSession.Tunnel(RADService _management, LinuxSession _session, RADService _composition, HostPort _hostport)
          TODO: Javadoc
LinuxSession(RADService _management, LinuxSystem _system, RADService _composition, boolean _cached)
          TODO: Javadoc
LinuxSession(RADService _management, LinuxSystem _system, RADService _composition, UsernamePasswordPrincipal _principal, boolean _cached)
          TODO: Javadoc
LinuxSystem(RADService _management, RADService _dependency, RADService _composition, UsernamePasswordPrincipal _principal, HostPort _hostport, byte[] _hostkey)
          TODO: Javadoc
 

Uses of RADService in radtools.services.linux.fedora
 

Subinterfaces of RADService in radtools.services.linux.fedora
 interface FedoraHostedRADService
          TODO: Javadoc
 

Classes in radtools.services.linux.fedora that implement RADService
 class AbstractFedoraHostedRADService
          TODO: Javadoc
 class FedoraSystem
          TODO: Javadoc
 

Constructors in radtools.services.linux.fedora with parameters of type RADService
AbstractFedoraHostedRADService(FedoraSystem _host, RADService _composition, String _name)
          TODO: Javadoc
FedoraSystem(RADService _management, RADService _dependency, RADService _composition, UsernamePasswordPrincipal _principal, HostPort _hostport, byte[] _hostkey)
          TODO: Javadoc
 

Uses of RADService in radtools.services.memcached
 

Classes in radtools.services.memcached that implement RADService
 class MemcachedFedora
          TODO: Javadoc
 

Constructors in radtools.services.memcached with parameters of type RADService
MemcachedFedora(FedoraSystem _host, RADService _composition)
          TODO: Javadoc
 

Uses of RADService in radtools.services.mysql
 

Classes in radtools.services.mysql that implement RADService
 class MySQLFedora
          TODO: Javadoc
 

Constructors in radtools.services.mysql with parameters of type RADService
MySQLFedora(FedoraSystem _host, RADService _composition)
          TODO: Javadoc
 

Uses of RADService in radtools.services.network
 

Subinterfaces of RADService in radtools.services.network
 interface NetworkSession<SP extends SecurityPrincipal>
          TODO: Javadoc
 interface NetworkSystem<SP extends SecurityPrincipal>
          TODO: Javadoc
 interface NetworkTunnel<SP extends SecurityPrincipal>
          TODO: Javadoc
 

Classes in radtools.services.network that implement RADService
 class AbstractNetworkTunnel<SP extends SecurityPrincipal>
          TODO: Javadoc
 

Constructors in radtools.services.network with parameters of type RADService
AbstractNetworkTunnel(RADService _management, NetworkSession<SP> _session, RADService _composition, HostPort _hostport)
          TODO: Javadoc
 

Uses of RADService in radtools.services.researchindex_load
 

Classes in radtools.services.researchindex_load that implement RADService
 class AdvancedResearchIndexLoadLinux
          TODO: Javadoc
 class ResearchIndexLoadLinux
          TODO: Javadoc
 

Constructors in radtools.services.researchindex_load with parameters of type RADService
AdvancedResearchIndexLoadLinux(LinuxSystem _host, RADService _composition)
          TODO: Javadoc
ResearchIndexLoadLinux(LinuxSystem _host, RADService _composition)
          TODO: Javadoc
 

Uses of RADService in radtools.services.ror
 

Classes in radtools.services.ror that implement RADService
 class RoRServerLinux
          TODO: Javadoc
 

Constructors in radtools.services.ror with parameters of type RADService
RoRServerLinux(LinuxSystem _host, RADService _composition, int _numDispatchers, int _basePort, String _siteDir)
          TODO: Javadoc
 

Uses of RADService in radtools.services.vmware
 

Classes in radtools.services.vmware that implement RADService
 class VMWareFedora
          TODO: Javadoc
 class VMWareLinux
          TODO: Javadoc
 

Constructors in radtools.services.vmware with parameters of type RADService
VMWareFedora(LinuxSystem _host, RADService _composition, UsernamePasswordPrincipal _principal, boolean tunnel, HostPort _hostport, byte[] _hostkey, String _config)
          TODO: Javadoc
VMWareLinux(LinuxSystem _host, RADService _composition, UsernamePasswordPrincipal _principal, boolean tunnel, HostPort _hostport, byte[] _hostkey, String _config)
          TODO: Javadoc