Uses of Interface
com.sas.services.information.MetadataServerInterface
Packages that use MetadataServerInterface
Package
Description
Interact with data repositories on behalf of client applications.
Information Service metadata.
Server classes for SAS Foundation Services.
-
Uses of MetadataServerInterface in com.sas.services.information
Classes in com.sas.services.information that implement MetadataServerInterfaceModifier and TypeClassDescriptionclassclassThis class is the OMI implementation of the ServerInterface.Fields in com.sas.services.information declared as MetadataServerInterfaceModifier and TypeFieldDescriptionprotected MetadataServerInterfaceOMIRepository._omiServerprotected MetadataServerInterfaceOMIServerRepository._omiServerMethods in com.sas.services.information that return MetadataServerInterfaceModifier and TypeMethodDescriptionMetadataConnectionEvent.getServer()Returns the server instance associated with this eventConstructors in com.sas.services.information with parameters of type MetadataServerInterfaceModifierConstructorDescriptionMetadataConnectionEvent(Object source, MetadataServerInterface server) OMIChildServer(com.sas.metadata.remote.MdFactory mdfactory, com.sas.metadata.remote.MdObjectStore mdstore, MetadataServerInterface parent, int childnum) OMIChildServer(com.sas.metadata.remote.MdFactory mdfactory, com.sas.metadata.remote.MdObjectStore mdstore, MetadataServerInterface parent, int childnum, Class theClass) -
Uses of MetadataServerInterface in com.sas.services.information.metadata
Constructors in com.sas.services.information.metadata with parameters of type MetadataServerInterface -
Uses of MetadataServerInterface in com.sas.services.information.metadata.servers
Fields in com.sas.services.information.metadata.servers declared as MetadataServerInterfaceMethods in com.sas.services.information.metadata.servers with parameters of type MetadataServerInterfaceModifier and TypeMethodDescriptionstatic List<LASRServerInterface> LASRUtilities.getAllServers(MetadataServerInterface metadataServer) static LASRServerInterfaceLASRUtilities.getLibraryServer(MetadataServerInterface metadataServer, SASLibraryInterface library) static LASRServerInterfaceLASRUtilities.getServerByName(MetadataServerInterface metadataServer, String name) Constructors in com.sas.services.information.metadata.servers with parameters of type MetadataServerInterfaceModifierConstructorDescriptionDataServerUtil(MetadataServerInterface metadataServer, String publicType) Create a utility instance.LASRUtilities(MetadataServerInterface metadataServer) SASInfrastructureDataServerUtil(MetadataServerInterface metadataServer) Create a utility instance.