A B C D E F G H I J K L M N O P Q R S T U V W X Z _

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 in com.sas.services.util
The "type" of wait.
warn(String, ResourceBundle, String, Object, Object) - Method in class com.sas.services.information.OMIServer
 
warn(String, String) - Method in class com.sas.services.information.OMIServer
 
warn(String, String, Throwable) - Method in class com.sas.services.information.OMIServer
 
warn(String, ResourceBundle, String, Object, Object) - Method in interface com.sas.services.information.ServerInterface
 
warn(String, String) - Method in interface com.sas.services.information.ServerInterface
 
warn(String, String, Throwable) - Method in interface com.sas.services.information.ServerInterface
 
WARN - Static variable in interface com.sas.services.logging.LoggerInterface
Deprecated. The WARN level designates potentially harmful situations.
warn(Object) - Method in interface com.sas.services.logging.LoggerInterface
Deprecated. Send a warning message to the log.
warn(Object, Throwable) - Method in interface com.sas.services.logging.LoggerInterface
Deprecated. Send a warning message to the log along with an exception and its stack trace.
warn(Object, String) - Method in interface com.sas.services.logging.LoggerInterface
Deprecated. Send a warning message to the log, including the current session context ID.
warn(Object, String, Throwable) - Method in interface com.sas.services.logging.LoggerInterface
Deprecated. Send a warning message to the log along with an exception and its stack trace, including the current session context ID.
warnings - Variable in class com.sas.net.sharenet.ShareNetConnection
 
warnings - Variable in class com.sas.net.sharenet.ShareNetResultSet
 
wasNull() - Method in class com.sas.net.sharenet.ShareNetCallableStatement
Retrieves whether the last OUT parameter read had the value of SQL NULL.
wasnull - Variable in class com.sas.net.sharenet.ShareNetResultSet
 
wasNull() - Method in class com.sas.net.sharenet.ShareNetResultSet
Determines whether the given column in the current row holds an SQL NULL.
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
Determines whether the given column in the current row holds an SQL NULL.
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
WebDAVPackageDAVServerResultHints - Class in com.sas.services.storedprocess
Deprecated.  
WebDAVPackagePRResultHints - Class in com.sas.services.storedprocess
Deprecated.  
WebDAVPackageURLResultHints - Class in com.sas.services.storedprocess
Deprecated.  
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
 
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(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.
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.
WorkspaceFactoryException - Exception in com.sas.iom
The exception class for the WorkspaceFactory.
WorkspaceFactoryException() - Constructor for exception com.sas.iom.WorkspaceFactoryException
No-argument constructor.
WorkspaceFactoryException(String) - Constructor for exception com.sas.iom.WorkspaceFactoryException
Constructor with message.
WorkspaceFactoryException(Throwable) - Constructor for exception com.sas.iom.WorkspaceFactoryException
Wrapper constructor.
WorkspaceFactoryException(String, Throwable) - Constructor for exception com.sas.iom.WorkspaceFactoryException
Wrapper constructor.
WorkspacePoolDriver - Class in com.sas.iom
Deprecated. The methods in this class are ambiguous. Use com.sas.iom.WorkspaceFactory instead. It is not always clear when calling getPooledWorkspace if the intent is to create a new connection pool or to get a connection from an existing pool. Furthermore, calls to closePool may match more than one pool, and the caller has no way to control which pools should be closed.
WorkspacePoolException - Exception in com.sas.iom
Deprecated. WorkspacePoolDriver and WorkspacePoolException have been deprecated in favor of the less ambiguous WorkspaceFactory and WorkspaceFactoryException.
WorkspacePoolException() - Constructor for exception com.sas.iom.WorkspacePoolException
Deprecated. No-argument constructor.
WorkspacePoolException(String) - Constructor for exception com.sas.iom.WorkspacePoolException
Deprecated. Constructor with message.
WorkspacePoolException(Throwable) - Constructor for exception com.sas.iom.WorkspacePoolException
Deprecated. Wrapper constructor.
WorkspacePoolException(String, Throwable) - Constructor for exception 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(int) - Method in class com.sas.iom.OutputStream
 
write(byte[]) - Method in class com.sas.iom.OutputStream
 
write(byte[], int, int) - Method in class com.sas.iom.OutputStream
 
write(Document, File) - Static method in class com.sas.services.information.metadata.lookup.utils.XML
 
write(byte[]) - Method in class com.sas.services.logging.util.LoggerStream
Deprecated. Write a byte array to the LoggerStream.
write(byte[], int, int) - Method in class com.sas.services.logging.util.LoggerStream
Deprecated. Write a byte array to the LoggerStream.
write(int) - Method in class com.sas.services.logging.util.LoggerStream
Deprecated. Write to the LoggerStream.
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
 
writeXML(Document, Element) - Method in class com.sas.services.storedprocess.metadata.DataTable
 
WrongCredentialsException - Exception 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 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

A B C D E F G H I J K L M N O P Q R S T U V W X Z _

Copyright © 2009 SAS Institute Inc. All Rights Reserved.