The Client agent, Constraint, and Credentials factory patterns used by the PlateSpin Orchestrate Server:
Factory pattern used to create new clients for connection to a PlateSpin Orchestrate Server.
For complete documentation of the class, see ClientAgentFactory.
Factory pattern used to create constraint objects which may be combined into larger constraint hierarchies for use in searches or other constraint based matching.
For complete documentation of the class, see ConstraintFactory.
Factory pattern used to create a credential used for connection to a PlateSpin Orchestrate Server.
For complete documentation of the class, see CredentialFactory.