Uses of Interface
com.sas.services.information.metadata.ServerInterface
Packages that use ServerInterface
Package
Description
Information Service metadata.
Server classes for SAS Foundation Services.
-
Uses of ServerInterface in com.sas.services.information.metadata
Subinterfaces of ServerInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a repository entry that represents an HTTP server of some sort.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis interface is kind of a place holder.interfaceinterfaceinterfaceinterfaceProxyListInterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in com.sas.services.information.metadata that implement ServerInterfaceModifier and TypeClassDescriptionclassThis is a smart object for database servers.classThis is a smart object for Hadoop servers.classclassOMRProxyListclassclassOMRServerServer persisted in a SAS Metadata Repository.classOMRServerComponentServerComponent persisted in a SAS Metadata Repository.classMethods in com.sas.services.information.metadata that return ServerInterfaceModifier and TypeMethodDescriptionContentDestination.getServer()Returns the server as defined as the content destination for a channel or subscriber.ConnectionInterface.getSource()Get the server to which a client connects using this connection information.OMRConnection.getSource()Methods in com.sas.services.information.metadata with parameters of type ServerInterfaceModifier and TypeMethodDescriptionvoidOMRSoftwareComponent.addDeployedComponent(ServerInterface server) voidSoftwareComponentInterface.addDeployedComponent(ServerInterface server) Add a DeployedComponent to this SoftwareComponent.voidConnectionInterface.addProvider(ServerInterface provider) Add a provider server which can connect to the listening source server over this connection.voidOMRConnection.addProvider(ServerInterface provider) voidOMRServer.addServed(ServerInterface server) Add a new server to the list of servers that use this server.voidServerInterface.addServed(ServerInterface server) Add a new server to the list of servers that use this server.voidDeployedDataPackageInterface.addServer(ServerInterface server) Add a server to the list of associated server.voidOMRDeployedDataPackage.addServer(ServerInterface server) voidOMRServer.addServer(ServerInterface server) Add a new server to the list of servers that this server uses.voidServerInterface.addServer(ServerInterface server) Add a new server to the list of servers that this server uses.voidOMRSoftwareComponent.removeDeployedComponent(ServerInterface server) voidSoftwareComponentInterface.removeDeployedComponent(ServerInterface server) Remove a DeployedComponent from this SoftwareComponent.voidConnectionInterface.removeProvider(ServerInterface provider) Remove a provider server from the providers list.voidOMRConnection.removeProvider(ServerInterface provider) voidOMRServer.removeServed(ServerInterface server) Remove a server from the list that's served by this server.voidServerInterface.removeServed(ServerInterface server) Remove a server from the list that's served by this server.voidDeployedDataPackageInterface.removeServer(ServerInterface server) Remove a server from the list of associated servers to this object.voidOMRDeployedDataPackage.removeServer(ServerInterface server) voidOMRServer.removeServer(ServerInterface server) Remove a server from the list used by this server.voidServerInterface.removeServer(ServerInterface server) Remove a server from the list used by this server.voidChannelInterface.setArchivePath(ServerInterface server, String relativePath) Set the location of the archive path to use for this channel.voidOMRChannel.setArchivePath(ServerInterface server, String relativePath) Set the location of the archive path to use for this channel.voidConnectionInterface.setSource(ServerInterface server) Set the server which is listening on this connection.voidOMRConnection.setSource(ServerInterface server) booleanUniqueNameValidator.validateName(ServerInterface server, String name) Constructors in com.sas.services.information.metadata with parameters of type ServerInterfaceModifierConstructorDescriptionContentDestination(DirectoryInterface directory, String path, String basePath, ServerInterface server, DirectoryInterface basePathDirectory) Constructor for ContentDestination. -
Uses of ServerInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers with type parameters of type ServerInterfaceModifier and TypeMethodDescriptionstatic <T extends ServerInterface>
Collection<T> ServersUtil.getAllServers(UserContextInterface userContext, String publicType) Returns all server definitions of a given type.static <T extends ServerInterface>
TServersUtil.getServer(UserContextInterface userContext, String name, String publicType) Find a server definition of a given type by its name.Methods in com.sas.services.information.metadata.servers that return ServerInterfaceModifier and TypeMethodDescriptionstatic ServerInterfaceServersUtil.getServer(UserContextInterface userContext, String name) Find a server definition by its name.Methods in com.sas.services.information.metadata.servers that return types with arguments of type ServerInterfaceModifier and TypeMethodDescriptionstatic Collection<ServerInterface> ServersUtil.getAllServers(UserContextInterface userContext) Returns all server definitions including logical servers and server contexts.