Uses of Interface
com.sas.services.information.metadata.ServerComponentInterface
Packages that use ServerComponentInterface
Package
Description
Information Service metadata.
Library classes for SAS Foundation Services.
Server classes for SAS Foundation Services.
-
Uses of ServerComponentInterface in com.sas.services.information.metadata
Subinterfaces of ServerComponentInterface in com.sas.services.information.metadataModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceThis is a generic interface for interacting with a repository entry that represents an HTTP server of some sort.interfaceinterfaceinterfaceinterfaceinterfaceProxyListInterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceClasses in com.sas.services.information.metadata that implement ServerComponentInterfaceModifier and TypeClassDescriptionclassThis is a smart object for database servers.classThis is a smart object for Hadoop servers.classclassOMRProxyListclassclassOMRServerComponentServerComponent persisted in a SAS Metadata Repository.classMethods in com.sas.services.information.metadata that return ServerComponentInterfaceModifier and TypeMethodDescriptionJMSDestinationInterface.getQueueManager()Gets the queue manager server associated with this JMS destination.MessageQueueInterface.getQueueManager()Gets the queue manager server associated with this queue.OMRJMSDestination.getQueueManager()OMRMessageQueue.getQueueManager()Methods in com.sas.services.information.metadata with parameters of type ServerComponentInterfaceModifier and TypeMethodDescriptionvoidJMSDestinationInterface.setQueueManager(ServerComponentInterface server) Set the queue manager ServerComponent for this JMS Destination.voidMessageQueueInterface.setQueueManager(ServerComponentInterface server) Set the queue manager ServerComponent for this message queue.voidOMRJMSDestination.setQueueManager(ServerComponentInterface server) voidOMRMessageQueue.setQueueManager(ServerComponentInterface server) Constructors in com.sas.services.information.metadata with parameters of type ServerComponentInterfaceModifierConstructorDescriptionOMRJMSDestination(RepositoryInterface repository, String jmsDestName, String jmsDestDescription, ServerComponentInterface jmsQueueManager) Creates a message queue.OMRMessageQueue(RepositoryInterface repository, String queueName, String queueDescription, ServerComponentInterface queueManager) Creates a message queue. -
Uses of ServerComponentInterface in com.sas.services.information.metadata.libraries
Fields in com.sas.services.information.metadata.libraries declared as ServerComponentInterfaceMethods in com.sas.services.information.metadata.libraries with parameters of type ServerComponentInterfaceModifier and TypeMethodDescriptionGreenplumLibraryBuilderGreenplumLibraryBuilder.dataServer(ServerComponentInterface server) Defines the data server for the library.HadoopLibraryBuilderHadoopLibraryBuilder.dataServer(ServerComponentInterface server) Defines the data server for the library.OracleLibraryBuilderOracleLibraryBuilder.dataServer(ServerComponentInterface server) Defines the data server for the library.PostgresLibraryBuilderPostgresLibraryBuilder.dataServer(ServerComponentInterface server) Defines the data server for the library.SASHDATLibraryBuilderSASHDATLibraryBuilder.dataServer(ServerComponentInterface server) Defines the data server for the library.TeradataLibraryBuilderTeradataLibraryBuilder.dataServer(ServerComponentInterface server) Defines the data server for the library. -
Uses of ServerComponentInterface in com.sas.services.information.metadata.servers
Methods in com.sas.services.information.metadata.servers that return ServerComponentInterfaceModifier and TypeMethodDescriptionstatic ServerComponentInterfaceGreenplumServerUtil.getServer(UserContextInterface userContext, String name) Find a Greenplum server definition by its name.static ServerComponentInterfaceHadoopServerUtil.getServer(UserContextInterface userContext, String name) Find a Hadoop server definition by its name.static ServerComponentInterfaceOracleServerUtil.getServer(UserContextInterface userContext, String name) Find an Oracle server definition by its name.static ServerComponentInterfacePostgresServerUtil.getServer(UserContextInterface userContext, String name) Find a Postgres server definition by its name.static ServerComponentInterfaceTeradataServerUtil.getServer(UserContextInterface userContext, String name) Find a Teradata server definition by its name.Methods in com.sas.services.information.metadata.servers that return types with arguments of type ServerComponentInterfaceModifier and TypeMethodDescriptionstatic Collection<ServerComponentInterface> GreenplumServerUtil.getAllServers(UserContextInterface userContext) Returns all Greenplum server definitions.static Collection<ServerComponentInterface> HadoopServerUtil.getAllServers(UserContextInterface userContext) Returns all Hadoop server definitions.static Collection<ServerComponentInterface> OracleServerUtil.getAllServers(UserContextInterface userContext) Returns all Oracle server definitions.static Collection<ServerComponentInterface> PostgresServerUtil.getAllServers(UserContextInterface userContext) Returns all Postgres server definitions.static Collection<ServerComponentInterface> TeradataServerUtil.getAllServers(UserContextInterface userContext) Returns all Teradata server definitions.