IHost
Interface for Host (SystemConnection) objects.
interface
IPropertySet
A Property Set stores key/value pairs, where the keys are Strings and the
values are an
IProperty, of a type declared by an
IPropertyType.
interface
IRSEModelObject
IRSEModelObject is the root type of all objects in the RSE model.
interface
ISystemProfile
A system profile holds definitions for hosts (connections), filter pools,
filters, and filter strings.
SystemReferencingObject
A class to encapsulate the operations required of an object which is merely a
reference to another object, something we call a shadow.
IConnectorService
A connector service provides the means of establishing a connection from a
subsystem (or a number of subsystems) to a target system (a host).
interface
IDelegatingConnectorService
A delegating connector service forwards all requests for information to
another connector service.
IServerLauncherProperties
Implement this interface to provide peristable properties for server launching
All properties to be persisted to be are stored and restored from associated
IPropertySets
interface
ISubSystem
Interface implemented by SubSystem objects.
AuthenticatingConnectorService
An authenticating connector service understands the concept of credentials
(see
ICredentials)
and possibly the concepts of user id and password.
class
BasicConnectorService
A basic connector service is one that does not require any type of
authentication to connect to its target system.