|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
void |
ResultPackageInterface.close()
Close the result package. |
void |
ResultPackage.close()
Close the result package. |
void |
ResultPackageInterface.delete()
Delete the result package. |
void |
ResultPackage.delete()
Delete the result package. |
java.lang.String |
ResultPackageInterface.getAbstract()
Returns the abstract of the result package. |
ArchiveTransportInterface |
TransportFactory.getArchiveTransport(java.io.File file,
LoggerInterface 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,
LoggerInterface logger,
SessionContextInterface sessionContext)
Deprecated. use TransportFactory.getChannelTransport(ChannelInterface, SessionContextInterface) |
ChannelTransportInterface |
TransportFactory.getChannelTransport(ChannelInterface channel,
SessionContextInterface sessionContext)
Creates an instance of the Channel transport. |
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. |
long |
ResultPackageInterface.getCreationDateTime()
Returns the creation datetime stamp. |
DAVTransportInterface |
TransportFactory.getDAVTransport(ContentDestination content,
LoggerInterface 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,
LoggerInterface 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,
LoggerInterface 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. |
java.lang.String |
ViewerEntryInterface.getEncoding()
Returns the encoding of viewer. |
EntryInterface[] |
ResultPackageInterface.getEntries()
Return an array of all entries in this package. |
EntryInterface |
ResultPackageInterface.getEntry(int index)
Returns a particular result package entry as indicated by the specified index. |
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. |
EventDataInterface |
ResultPackageInterface.getEventData()
Returns the event data. |
EventDataInterface |
ResultPackage.getEventData()
Returns the event data. |
long |
ResultPackageInterface.getExpirationDateTime()
Returns the expiration datetime stamp. |
HTMLFileInterface |
HTMLEntryInterface.getFile()
Returns the main file for this HTML entry. |
HTMLFileInterface |
HTMLEntry.getFile()
Returns the main file for this HTML entry. |
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. |
java.lang.String |
LibraryMemberEntryInterface.getLibraryName()
Returns the library name. |
java.lang.String |
LibraryMemberEntryInterface.getMemberName()
Returns the member name. |
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. |
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. |
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. |
java.lang.String |
ViewerEntryInterface.getName()
Returns the name of the file. |
java.lang.String |
ViewerEntry.getName()
Returns the name of the file. |
java.lang.String |
TextFileEntryInterface.getName()
Returns the name of the file. |
java.lang.String |
TextFileEntry.getName()
Returns the name of the file. |
java.lang.String |
ResultPackageInterface.getName()
Returns the name for this result package. |
java.lang.String |
ResultPackage.getName()
Returns the name for this result package. |
java.lang.String |
BinaryFileEntryInterface.getName()
Returns the name of the file. |
java.lang.String |
BinaryFileEntry.getName()
Returns the name of the file. |
AttributeMapInterface |
EntryInterface.getNameValuePairs()
Returns the name/value pairs. |
AttributeMapInterface |
AbstractEntry.getNameValuePairs()
Returns the name/value pairs. |
java.lang.String |
ReferenceEntryInterface.getReference()
Returns the reference string. |
java.lang.String |
ReferenceEntry.getReference()
Returns the reference string. |
java.lang.String |
ReferenceEntryInterface.getReferenceType()
Returns the type of reference. |
java.lang.String |
ReferenceEntry.getReferenceType()
Returns the type of reference. |
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. |
RemoteResultSetInterface |
DatasetEntryInterface.getRemoteResultSet()
Gets a remotable result set. |
RequesterTransportInterface |
TransportFactory.getRequesterTransport(com.sas.iom.SAS.IResultPackage resultPackage,
LoggerInterface 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,
LoggerInterface 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. |
ResultPackageInterface |
TransportInterface.getResultPackage()
Retrieves an existing result package for browsing. |
ResultPackageInterface |
ChannelTransportInterface.getResultPackage()
This method is not supported by the channel transport and unconditionally throws the UnsupportedOperationException listed below. |
java.sql.ResultSet |
ResultSetProviderInterface.getResultSet()
Gets a ResultSet. |
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. |
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. |
int |
ViewerEntryInterface.getViewerType()
Returns the type of viewer, HTML or text. |
int |
ViewerEntry.getViewerType()
Returns the type of viewer, HTML or text. |
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 | |
---|---|
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 | |
---|---|
void |
Execution2Interface.abort()
Abort execution of the stored process. |
void |
ExecutionBaseInterface.destroy()
Free resources allocated by the service for this execution. |
void |
Execution2Interface.destroy()
Free resources allocated by the service for this execution. |
java.lang.String |
ExecutionInterface.getOutputParameter(java.lang.String name)
Deprecated. Get the value of the output parameter (SAS macro variable). |
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() . |
java.util.List<OutputParameterInterface> |
Execution2Interface.getOutputParameters()
Returns the list of output parameters as OutputParameterInterface
objects. |
SASLog |
Execution2Interface.getSASListing()
Get the SAS listing associated with this execution. |
SASLog |
Execution2Interface.getSASListing(int maxLines)
Get the SAS listing associated with this execution. |
SASLog |
Execution2Interface.getSASLog()
/** Get the SAS log associated with this execution. |
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) . |
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)
|
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. |
java.lang.String |
ExecutionBaseInterface.readSASLog(int flag,
int maxLines)
Read the SAS log associated with this execution. |
java.lang.String |
Execution2Interface.readSASLog(int flag,
int maxLines)
Read the SAS log associated with this execution. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |