Oracle Reports
Java API Reference
11g Release 1 (11.1.1)
E10775-01

Uses of Class
oracle.reports.RWException

Packages that use RWException
oracle.reports.cache   
oracle.reports.engine   
oracle.reports.server   
 

Uses of RWException in oracle.reports.cache
 

Methods in oracle.reports.cache that throw RWException
 void CacheItem.addContent(java.lang.String filename, byte[] bytes, short format, boolean main)
          Adds a file and its content to the CacheItem.
 void CacheItem.addFile(java.lang.String filename, short format, boolean main)
          Adds a cache file to the CacheItem.
 void CacheItem.clear()
          Clears the content of the CacheItem and sets its state to invalid.
 void Cache.deleteItem(CacheItem item)
          Deletes the CacheItem.
 void Cache.empty()
          Clears the entire cache.
 CacheItem Cache.findItem(java.util.Properties jobProps, java.lang.String key)
          Searches the caching service for items that match specified job properties.
 java.lang.String[] CacheItem.getAdditionalFiles(oracle.reports.ShortArrayHolder formats, oracle.reports.LongLongArrayHolder sizes, boolean full)
          Returns additional file names and formats.
 java.io.InputStream CacheItem.getContent(java.lang.String filename)
          Returns file content from the cache.
 java.lang.String CacheItem.getMainFile(org.omg.CORBA.ShortHolder format, org.omg.CORBA.LongHolder size, boolean full)
          Returns the main file name and format.
 long CacheItem.getSize()
          Returns the item size expressed in bytes.
 boolean CacheItem.isContentReady()
          Checks if the content for the CacheItem is ready to be used.
 void Cache.manage()
          Manages the cache.
 CacheItem Cache.newItem(Job job, java.lang.String key)
          Creates a new item in the cache for a given job object.
 void CacheItem.setContentReady()
          Specifies whether the content for the CacheItem is ready to be used.
 void CacheItem.setCustomProperties(java.util.Properties props)
          Sets custom properties for the CacheItem.
 void CacheItem.setExpiration(long expiration)
          Sets the expiration time for the CacheItem.
 void CacheItem.setFinishedTime(long finishedTime)
          Sets the completion time for the CacheItem.
 void Cache.setMaxCapacity(int capacity)
          Sets the maximum cache capacity in megabytes (MB).
 void Cache.setMaxNumberOfFiles(int maxNumberOfFiles)
          Sets the maximum number of files.
 void Cache.start(java.util.Properties cacheSystemProps, oracle.reports.utility.Trace trace)
          Starts the Oracle Reports caching service.
 

Uses of RWException in oracle.reports.engine
 

Methods in oracle.reports.engine that throw RWException
 void EngineInterface.setEngineComm(oracle.reports.server.EngineComm engComm, java.lang.String engCommKey)
          Sets the engine communication object that resides on Oracle Reports Server side, so the engine can communicate with Oracle Reports Server.
 

Uses of RWException in oracle.reports.server
 

Methods in oracle.reports.server that throw RWException
 java.lang.Object Security.authenticate(java.lang.String username, java.lang.String password)
          Authenticates a user against the default security system.
 java.lang.Object Security.authenticate(java.lang.String username, java.lang.String password, java.util.Properties props)
          Authenticates a user against a target security system.
protected  java.io.InputStream Destination.getContent(java.lang.String fileName)
          Returns the contents of a file from the cache.
protected  java.lang.String Destination.getPluginParam(java.lang.String name)
          Returns the plugin parameter value given the parameter name.
 int Security.getRole(java.lang.Object user)
          Returns the role for a given user.
protected static void Destination.init(java.util.Properties destProps)
          Initializes the destination class.
 void Notification.init(java.util.Properties props)
          Initializes the notification object.
 void JobRepository.insertJob(Job job)
          Inserts a job object into the repository.
 void Security.jobCommandCheck(java.lang.Object user, Job job)
          Performs a security check for the job at runtime or at a scheduled time, depending on which queue the job is in.
 void JobRepository.removeJob(Job job)
          Removes a job object from the repository.
protected  void Destination.send()
          Sends the output to a specified DESTYPE and DESNAME.
protected abstract  void Destination.sendFile(boolean main, java.lang.String fileName, short fileFormat, long fileSize)
          Sends a file to the destination.
 void Job.setJobStatus(short status)
          Sets the job status.
protected  void Destination.setProperties(java.util.Properties props)
          Sets the properties for the subclass object.
 void JobRepository.start(java.util.Properties props)
          Starts the repository.
 void Security.start(java.util.Properties props)
          Starts the security system.
protected abstract  boolean Destination.start(java.util.Properties props, java.lang.String desname, int totalFile, long totalSize, short mainFormat)
          Invoked before sending the first file to the destination.
protected  void Destination.stop()
          Invoked after all the files are sent to the destination.
 void Security.webCommandCheck(java.lang.Object user, java.lang.String webCommand)
          Performs a security check for the Web command, such as showmap, showenv, etc.
 


Oracle Reports
Java API Reference

Copyright © 1994, 2009 Oracle Corporation. All Rights Reserved.