Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- WAIT_INCREMENT_KEY - Static variable in class com.sas.services.util.WaitPolicy
- WAIT_INCREMENT_VALUE_N - Static variable in class com.sas.services.util.WaitPolicy
- WAIT_INCREMENT_VALUE_S - Static variable in class com.sas.services.util.WaitPolicy
- Waiter - Class in com.sas.services.util
-
Waiter class.
- Waiter(WaitPolicy) - Constructor for class com.sas.services.util.Waiter
-
Constructs a Waiter from a
WaitPolicy. - waitForCompletion() - Method in interface com.sas.services.storedprocess.ExecutionBaseInterface
-
Wait until the stored process completes execution.
- waitForCompletion(long) - Method in interface com.sas.services.storedprocess.ExecutionBaseInterface
-
Wait until the stored process completes execution or until the time specified has elapsed.
- waitForConnection() - Method in interface com.sas.services.storedprocess.Execution2Interface
-
Wait until a connection to the server is available.
- waitForConnection(long) - Method in interface com.sas.services.storedprocess.Execution2Interface
-
Wait until a connection to the server is available or until the time specified has elapsed.
- WaitPolicy - Class in com.sas.services.util
-
Defines a wait policy.
- WaitPolicy(WaitPolicy.TYPE) - Constructor for class com.sas.services.util.WaitPolicy
-
Construct a wait policy using default values.
- WaitPolicy(WaitPolicy.TYPE, int, int, int, int, long) - Constructor for class com.sas.services.util.WaitPolicy
-
Construct a wait policy using the values specified.
- WaitPolicy.TYPE - Enum Class in com.sas.services.util
-
The "type" of wait.
- warn(String, String) - Method in class com.sas.services.information.OMIServer
- warn(String, String) - Method in interface com.sas.services.information.ServerInterface
- warn(String, String, Throwable) - Method in class com.sas.services.information.OMIServer
- warn(String, String, Throwable) - Method in interface com.sas.services.information.ServerInterface
- warn(String, ResourceBundle, String, Object, Object) - Method in class com.sas.services.information.OMIServer
- warn(String, ResourceBundle, String, Object, Object) - Method in interface com.sas.services.information.ServerInterface
- wasAnnotationNull() - Method in class com.sas.rio.MVAAnnotatedResultSet
- wasAnnotationNull() - Method in class com.sas.services.publish.AnnotatedServiceResultSet
- wasAnnotationsNull() - Method in class com.sas.rio.MVAAnnotatedResultSet
- wasAnnotationsNull() - Method in class com.sas.services.publish.AnnotatedServiceResultSet
- wasNull() - Method in class com.sas.rio.MVACallableStatement
-
Retrieves whether the last OUT parameter read had the value of SQL NULL.
- wasNull() - Method in class com.sas.rio.MVAResultSet
-
The
MVAResultSetimplementation ofwasNullwill return true if the last column read contained a numeric SAS missing value. - wasNull() - Method in class com.sas.services.publish.RemoteResultSet
- wasNull() - Method in interface com.sas.services.publish.RemoteResultSetInterface
-
Reports whether the last column read had a value of SQL
NULL. - WEBDAV - Static variable in class com.sas.services.util.Names
-
WebDAV
- WEBDAV_TRANSPORT - Static variable in interface com.sas.services.information.metadata.ChannelInterface
-
The channel's default transport is WebDAV.
- WEBDAV_URL_TYPE_COLLECTION - Static variable in interface com.sas.services.information.metadata.ContentSubscriberInterface
-
WebDAV URL type code: collection
- WEBDAV_URL_TYPE_PARENT - Static variable in interface com.sas.services.information.metadata.ContentSubscriberInterface
-
WebDAV URL type code: parent
- WebDAV Example - Search tag in package com.sas.services.publish
- Section
- WebDAVPackageDAVServerResultHints - Class in com.sas.services.storedprocess
-
Deprecated.
- WebDAVPackagePRResultHints - Class in com.sas.services.storedprocess
-
Deprecated.
- WebDAVPackageURLResultHints - Class in com.sas.services.storedprocess
-
Deprecated.
- WebDavProperty - Class in com.sas.services.webdav
-
WebDAV property.
- WebDAV Publish as Archive Example - Search tag in package com.sas.services.publish
- Section
- WebDAV Publishing with Namespaces Example - Search tag in package com.sas.services.publish
- Section
- WebDAV Retrieve Archive Example - Search tag in package com.sas.services.publish
- Section
- WebDAV Retrieving with Namespaces Example - Search tag in package com.sas.services.publish
- Section
- WebDAVStatus - Class in com.sas.services.webdav
-
Map keyed by the HTTP status code to its text message.
- WebDAVStatus() - Constructor for class com.sas.services.webdav.WebDAVStatus
- WebDAV Transport - Search tag in package com.sas.services.publish
- Section
- WEBSPHERE_TRANSPORT_MQ - Static variable in interface com.sas.services.information.metadata.MessageQueueInterface
-
Websphere MQ Series transport: "MQSERIES".
- WEBSPHERE_TRANSPORT_MQ_CLIENT - Static variable in interface com.sas.services.information.metadata.MessageQueueInterface
-
Websphere MQ Series Client transport: "MQSERIES-C".
- WebsphereQueueManagerInterface - Interface in com.sas.services.information.metadata
- What is WebDAV? - Search tag in package com.sas.services.webdav
- Section
- WHERE - Static variable in class com.sas.services.webdav.DAVConstants
- WHERECLAUSE - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: DEPRECATED: This type represents a Where SQL Clause.
- WINDOWS - Static variable in class com.sas.services.util.Names
-
Windows operating system.
- WorkspaceConnector - Class in com.sas.iom
-
This class is the interface between pooled connection to IWorkspace objects and the workspace factory.
- WorkspaceFactory - Class in com.sas.iom
-
WorkspaceFactory provides a factory for creating and connecting to a remote object on an IOM Server that implements com.sas.iom.SAS.IWorkspace.
- WorkspaceFactory() - Constructor for class com.sas.iom.WorkspaceFactory
-
NON-POOLING CONSTRUCTOR - constructs a factory that creates a new connection each time createWorkspaceByLogicalName() or createWorkspaceByServer() is called.
- WorkspaceFactory(Object, String, String, boolean, boolean, PrintWriter) - Constructor for class com.sas.iom.WorkspaceFactory
-
JNDI POOLING CONSTRUCTOR - constructs a factory that reads the information necessary to create a pool of live connections to remote workspace objects from a JNDI repository.
- WorkspaceFactory(Properties[], Properties, PrintWriter) - Constructor for class com.sas.iom.WorkspaceFactory
-
AD HOC POOLING CONSTRUCTOR - constructs a factory that uses the provided information to create a pool of live connections to remote workspace objects.
- WorkspaceFactoryException - Exception Class in com.sas.iom
-
The exception class for the WorkspaceFactory.
- WorkspaceFactoryException() - Constructor for exception class com.sas.iom.WorkspaceFactoryException
-
No-argument constructor.
- WorkspaceFactoryException(String) - Constructor for exception class com.sas.iom.WorkspaceFactoryException
-
Constructor with message.
- WorkspaceFactoryException(String, Throwable) - Constructor for exception class com.sas.iom.WorkspaceFactoryException
-
Wrapper constructor.
- WorkspaceFactoryException(Throwable) - Constructor for exception class com.sas.iom.WorkspaceFactoryException
-
Wrapper constructor.
- WorkspacePoolDriver - Class in com.sas.iom
-
Deprecated.
- WorkspacePoolException - Exception Class in com.sas.iom
-
Deprecated.WorkspacePoolDriver and WorkspacePoolException have been deprecated in favor of the less ambiguous WorkspaceFactory and WorkspaceFactoryException.
- WorkspacePoolException() - Constructor for exception class com.sas.iom.WorkspacePoolException
-
Deprecated.No-argument constructor.
- WorkspacePoolException(String) - Constructor for exception class com.sas.iom.WorkspacePoolException
-
Deprecated.Constructor with message.
- WorkspacePoolException(String, Throwable) - Constructor for exception class com.sas.iom.WorkspacePoolException
-
Deprecated.Wrapper constructor.
- WorkspacePoolException(Throwable) - Constructor for exception class com.sas.iom.WorkspacePoolException
-
Deprecated.Wrapper constructor.
- WORKTABLE - Static variable in interface com.sas.services.information.util.ISDefs
-
Model description of Object: This type represents a table that is created as part of running SAS code that is not intended to be persisted.
- write(byte[]) - Method in class com.sas.iom.OutputStream
- write(byte[], int, int) - Method in class com.sas.iom.OutputStream
- write(int) - Method in class com.sas.iom.OutputStream
- write(ByteBuffer) - Method in class com.sas.iom.orb.SSLSocketChannel
- write(ByteBuffer[], int, int) - Method in class com.sas.iom.orb.SSLSocketChannel
- write(Document, File) - Static method in class com.sas.services.information.metadata.lookup.utils.XML
-
Deprecated.
- writeFile(File, String) - Method in class com.sas.services.deployment.AbstractDeploymentStrategy
-
Writes the XML to the specified file using UTF-8 encoding.
- writeServiceConfigToFile(File) - Method in class com.sas.services.AbstractServiceComponentConfig
-
Write this service's configuration to the specified file.
- writeServiceConfigToFile(File, ServiceComponent) - Method in class com.sas.services.AbstractServiceComponentConfig
-
Write the service's configuration to the specified file.
- writeServiceConfigToFile(File, ServiceComponent) - Method in interface com.sas.services.ServiceComponentConfigInterface
-
Write the service's configuration to the specified output stream.
- writeToConsole(Document) - Static method in class com.sas.services.information.metadata.lookup.utils.XML
-
Deprecated.
- writeXML(Document, Element) - Method in class com.sas.services.storedprocess.metadata.DataTable
- WrongCredentialsException - Exception Class in com.sas.services.connection
-
The connection factory throws a wrong credentials exception when a connection request cannot be granted because the credentials presented with the connection request were not from an authetication domain supported by the connection factory.
- WrongCredentialsException(String, Credential, List) - Constructor for exception class com.sas.services.connection.WrongCredentialsException
-
Construct an exception to be thrown when a connection request cannot be satisfied because the credentials presented were not from an authentication domain supported by the connection factory
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
getPooledWorkspaceif the intent is to create a new connection pool or to get a connection from an existing pool. Furthermore, calls toclosePoolmay match more than one pool, and the caller has no way to control which pools should be closed.