Uses of Class
com.sas.services.TransportException

Packages that use TransportException
com.sas.services.publish Publish services. 
com.sas.services.publish.alerts Publish service alerts. 
com.sas.services.storedprocess Execute stored processes. 
 

Uses of TransportException in com.sas.services.publish
 

Methods in com.sas.services.publish that throw TransportException
abstract  void ResultPackageInterface.close()
          Close the result package.
 void ResultPackage.close()
          Close the result package.
abstract  void ResultPackageInterface.delete()
          Delete the result package.
 void ResultPackage.delete()
          Delete the result package.
abstract  java.lang.String ResultPackageInterface.getAbstract()
          Returns the abstract of the result package.
 ArchiveTransportInterface TransportFactory.getArchiveTransport(java.io.File file, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. The Logging Service has been deprecated. Use TransportFactory.getArchiveTransport(File, SessionContextInterface)
 ArchiveTransportInterface TransportFactory.getArchiveTransport(java.io.File file, SessionContextInterface sessionContext)
          Creates an instance of the archive transport.
 ChannelTransportInterface TransportFactory.getChannelTransport(ChannelInterface channel, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. use TransportFactory.getChannelTransport(ChannelInterface, SessionContextInterface)
 ChannelTransportInterface TransportFactory.getChannelTransport(ChannelInterface channel, SessionContextInterface sessionContext)
          Creates an instance of the Channel transport.
abstract  HTMLFileInterface[] HTMLEntryInterface.getCompanionFiles()
          Returns an array of all companion files included in this HTML entry.
 HTMLFileInterface[] HTMLEntry.getCompanionFiles()
          Returns an array of all companion files included in this HTML entry.
abstract  long ResultPackageInterface.getCreationDateTime()
          Returns the creation datetime stamp.
 DAVTransportInterface TransportFactory.getDAVTransport(ContentDestination content, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getDAVTransport(ContentDestination, SessionContextInterface)
 DAVTransportInterface TransportFactory.getDAVTransport(ContentDestination content, SessionContextInterface sessionContext)
          Creates an instance of the WebDAV transport that can be used to publish a result package to a WebDAV server, and to retrieve a result package from a WebDAV server.
 DAVTransportInterface TransportFactory.getDAVTransport(java.lang.String url, java.lang.String domain, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getDAVTransport(String, String, SessionContextInterface)
 DAVTransportInterface TransportFactory.getDAVTransport(java.lang.String url, java.lang.String domain, SessionContextInterface sessionContext)
          Creates an instance of the WebDAV transport.
 DAVTransportInterface TransportFactory.getDAVTransport(java.lang.String url, java.lang.String username, java.lang.String password, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getDAVTransportWithCredentials(String, String, String, SessionContextInterface)
 DAVTransportInterface TransportFactory.getDAVTransportWithCredentials(java.lang.String url, java.lang.String username, java.lang.String password, SessionContextInterface sessionContext)
          Creates an instance of the WebDAV transport.
abstract  java.lang.String ViewerEntryInterface.getEncoding()
          Returns the encoding of viewer.
abstract  EntryInterface[] ResultPackageInterface.getEntries()
          Return an array of all entries in this package.
abstract  EntryInterface ResultPackageInterface.getEntry(int index)
          Returns a particular result package entry as indicated by the specified index.
abstract  EntryInterface ResultPackageInterface.getEntry(java.lang.String uniqueId)
          Returns the result package entry identified by the entity key.
 EntryInterface ResultPackage.getEntry(java.lang.String uniqueId)
          Returns the result package entry identified by the entity key.
abstract  EventDataInterface ResultPackageInterface.getEventData()
          Returns the event data.
 EventDataInterface ResultPackage.getEventData()
          Returns the event data.
abstract  long ResultPackageInterface.getExpirationDateTime()
          Returns the expiration datetime stamp.
abstract  HTMLFileInterface HTMLEntryInterface.getFile()
          Returns the main file for this HTML entry.
 HTMLFileInterface HTMLEntry.getFile()
          Returns the main file for this HTML entry.
abstract  HTMLFileInterface HTMLEntryInterface.getFile(java.lang.String uniqueId)
          Returns the file identified by the entity key.
 HTMLFileInterface HTMLEntry.getFile(java.lang.String uniqueId)
          Returns the file identified by the entity key.
abstract  java.lang.String LibraryMemberEntryInterface.getLibraryName()
          Returns the library name.
abstract  java.lang.String LibraryMemberEntryInterface.getMemberName()
          Returns the member name.
abstract  java.lang.String ViewerEntryInterface.getMIMEType()
          Returns the MIME type associated with this viewer entry.
 java.lang.String ViewerEntry.getMIMEType()
          Returns the MIME type associated with this viewer entry.
abstract  java.lang.String TextFileEntryInterface.getMIMEType()
          Returns the MIME type associated with this text file entry.
 java.lang.String TextFileEntry.getMIMEType()
          Returns the MIME type associated with this text file entry.
abstract  java.lang.String BinaryFileEntryInterface.getMIMEType()
          Returns the MIME type associated with this binary file entry.
 java.lang.String BinaryFileEntry.getMIMEType()
          Returns the MIME type associated with this binary file entry.
abstract  java.lang.String ViewerEntryInterface.getName()
          Returns the name of the file.
 java.lang.String ViewerEntry.getName()
          Returns the name of the file.
abstract  java.lang.String TextFileEntryInterface.getName()
          Returns the name of the file.
 java.lang.String TextFileEntry.getName()
          Returns the name of the file.
abstract  java.lang.String ResultPackageInterface.getName()
          Returns the name for this result package.
 java.lang.String ResultPackage.getName()
          Returns the name for this result package.
abstract  java.lang.String BinaryFileEntryInterface.getName()
          Returns the name of the file.
 java.lang.String BinaryFileEntry.getName()
          Returns the name of the file.
abstract  AttributeMapInterface EntryInterface.getNameValuePairs()
          Returns the name/value pairs.
 AttributeMapInterface AbstractEntry.getNameValuePairs()
          Returns the name/value pairs.
abstract  java.lang.String ReferenceEntryInterface.getReference()
          Returns the reference string.
 java.lang.String ReferenceEntry.getReference()
          Returns the reference string.
abstract  java.lang.String ReferenceEntryInterface.getReferenceType()
          Returns the type of reference.
 java.lang.String ReferenceEntry.getReferenceType()
          Returns the type of reference.
abstract  RemoteResultSetInterface ResultSetProviderInterface.getRemoteResultSet()
          Gets a remote result set This method is invoked on a remote object or if the returned ResultSet needs to be remoted.
abstract  RemoteResultSetInterface DatasetEntryInterface.getRemoteResultSet()
          Gets a remotable result set.
 RequesterTransportInterface TransportFactory.getRequesterTransport(com.sas.iom.SAS.IResultPackage resultPackage, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. Use TransportFactory.getRequesterTransport(IResultPackage, SessionContextInterface)
 RequesterTransportInterface TransportFactory.getRequesterTransport(com.sas.iom.SAS.IResultPackage resultPackage, SessionContextInterface sessionContext)
          Creates an instance of the requester transport using an IResultPackage.
 RequesterTransportInterface TransportFactory.getRequesterTransport(com.sas.iom.SAS.IWorkspace workspace, java.lang.String transportInformation, java.lang.String[][] properties, org.apache.logging.log4j.Logger logger, SessionContextInterface sessionContext)
          Deprecated. use TransportFactory.getRequesterTransport(IWorkspace, String, String[][], SessionContextInterface)
 RequesterTransportInterface TransportFactory.getRequesterTransport(com.sas.iom.SAS.IWorkspace workspace, java.lang.String transportInformation, java.lang.String[][] properties, SessionContextInterface sessionContext)
          Creates an instance of the requester transport using the transport information specified.
abstract  ResultPackageInterface TransportInterface.getResultPackage()
          Retrieves an existing result package for browsing.
abstract  ResultPackageInterface ChannelTransportInterface.getResultPackage()
          This method is not supported by the channel transport and unconditionally throws the UnsupportedOperationException listed below.
abstract  java.sql.ResultSet ResultSetProviderInterface.getResultSet()
          Gets a ResultSet.
abstract  java.sql.ResultSet DatasetEntryInterface.getResultSet()
          Gets the result set for the data set entry.
static java.sql.ResultSet RemoteResultSet.getResultSet(ResultSetProviderInterface provider)
          Gets a local or remote result set.
abstract  java.lang.String EntryInterface.getURL()
          Returns the URL string that identifies the entry.
 java.lang.String AbstractEntry.getURL()
          Returns the URL that identifies the entry.
abstract  int ViewerEntryInterface.getViewerType()
          Returns the type of viewer, HTML or text.
 int ViewerEntry.getViewerType()
          Returns the type of viewer, HTML or text.
abstract  EventDataInterface TransportInterface.publishResultPackage(ResultPackageInterface rpkg, boolean buildEvent)
          Publish the result package.
 

Uses of TransportException in com.sas.services.publish.alerts
 

Methods in com.sas.services.publish.alerts that throw TransportException
abstract  void AlertTransportInterface.send(TemplateInterface template)
          Send the alert notification.
 

Uses of TransportException in com.sas.services.storedprocess
 

Methods in com.sas.services.storedprocess that throw TransportException
abstract  void Execution2Interface.abort()
          Abort execution of the stored process.
abstract  void ExecutionBaseInterface.destroy()
          Free resources allocated by the service for this execution.
abstract  void Execution2Interface.destroy()
          Free resources allocated by the service for this execution.
abstract  java.lang.String ExecutionInterface.getOutputParameter(java.lang.String name)
          Deprecated. Get the value of the output parameter (SAS macro variable).
abstract  OutputParameterInterface Execution2Interface.getOutputParameter(java.lang.String name)
          Get the OutputParameterInterface object corresponding to the output parameter (SAS macro variable) name specified from the list returned by Execution2Interface.getOutputParameters().
abstract  java.util.List<OutputParameterInterface> Execution2Interface.getOutputParameters()
          Returns the list of output parameters as OutputParameterInterface objects.
abstract  SASLog Execution2Interface.getSASListing()
          Get the SAS listing associated with this execution.
abstract  SASLog Execution2Interface.getSASListing(int maxLines)
          Get the SAS listing associated with this execution.
abstract  SASLog Execution2Interface.getSASLog()
          /** Get the SAS log associated with this execution.
abstract  SASLog Execution2Interface.getSASLog(int maxLines)
          Get the SAS log associated with this execution.
 StoredProcessInterface StoredProcessServiceProxy.newStoredProcess(SessionContextInterface sessionContext, StoredProcessInterface storedProcessSmartObject)
          Deprecated. This method has been deprecated since it is a pass through call to the deprecated StoredProcessServiceInterface.newStoredProcess(SessionContextInterface, com.sas.services.storedprocess.metadata.StoredProcessInterface).
abstract  StoredProcessInterface StoredProcessServiceInterface.newStoredProcess(SessionContextInterface sessionContext, StoredProcessInterface storedProcessSmartObject)
          Deprecated. The StoredProcessInterface service object returned by this method cannot be used to avail of features introduced in 9.2 or later. See StoredProcessServiceInterface.newStoredProcess(com.sas.services.storedprocess.metadata.StoredProcessInterface, StoredProcessOptions).
 java.lang.Object StoredProcessServiceProxy.newStoredProcess(StoredProcessInterface storedProcessSmartObject, StoredProcessOptions options)
           
abstract  java.lang.Object StoredProcessServiceInterface.newStoredProcess(StoredProcessInterface smartObject, StoredProcessOptions options)
          Create an instance of a Stored Process service object from metadata using the provided smart object.
abstract  java.lang.String ExecutionBaseInterface.readSASLog(int flag, int maxLines)
          Read the SAS log associated with this execution.
abstract  java.lang.String Execution2Interface.readSASLog(int flag, int maxLines)
          Read the SAS log associated with this execution.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.