Uses of Interface
com.sas.services.information.metadata.ServerInterface

Packages that use ServerInterface
com.sas.services.information.metadata Information Service metadata. 
 

Uses of ServerInterface in com.sas.services.information.metadata
 

Methods in com.sas.services.information.metadata that return ServerInterface
 ServerInterface ContentDestination.getServer()
          Returns the server as defined as the content destination for a channel or subscriber.
abstract  ServerInterface ConnectionInterface.getSource()
          Get the server to which a client connects using this connection information.
 

Methods in com.sas.services.information.metadata with parameters of type ServerInterface
abstract  void SoftwareComponentInterface.addDeployedComponent(ServerInterface server)
          Add a DeployedComponent to this SoftwareComponent.
abstract  void ConnectionInterface.addProvider(ServerInterface provider)
          Add a provider server which can connect to the listening source server over this connection.
abstract  void ServerInterface.addServed(ServerInterface server)
          Add a new server to the list of servers that use this server.
abstract  void ServerInterface.addServer(ServerInterface server)
          Add a new server to the list of servers that this server uses.
abstract  void SoftwareComponentInterface.removeDeployedComponent(ServerInterface server)
          Remove a DeployedComponent from this SoftwareComponent.
abstract  void ConnectionInterface.removeProvider(ServerInterface provider)
          Remove a provider server from the providers list.
abstract  void ServerInterface.removeServed(ServerInterface server)
          Remove a server from the list that's served by this server.
abstract  void ServerInterface.removeServer(ServerInterface server)
          Remove a server from the list used by this server.
abstract  void ChannelInterface.setArchivePath(ServerInterface server, java.lang.String relativePath)
          Set the location of the archive path to use for this channel.
abstract  void ConnectionInterface.setSource(ServerInterface server)
          Set the server which is listening on this connection.
 

Constructors in com.sas.services.information.metadata with parameters of type ServerInterface
ContentDestination(DirectoryInterface directory, java.lang.String path, java.lang.String basePath, ServerInterface server, DirectoryInterface basePathDirectory)
          Constructor for ContentDestination.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.