ilog.cpl.storage
Interface IlpStorageAdapter

All Known Implementing Classes:
IlpDefaultStorageAdapter

public interface IlpStorageAdapter

Interface for classes which implement access to the physical data storage (such as an RDBMS or file).

Since:
JTGO 3.0

Method Summary
 Object getInputSource(Locale locale)
          Get the source for retrieving storage data for XML-formatted presentation data.
 Object getOutputDestination(Locale locale)
          Get the destination for storing storage data for XML-formatted presentation data.
 

Method Detail

getInputSource

Object getInputSource(Locale locale)
Get the source for retrieving storage data for XML-formatted presentation data. Valid sources are as follows: Any other source will be ignored.

Parameters:
locale - Locale of the presentation data set.
Returns:
The input source for XML-formatted data.

getOutputDestination

Object getOutputDestination(Locale locale)
                            throws IlpReadOnlyStorageAdapterException
Get the destination for storing storage data for XML-formatted presentation data. Valid sources are as follows: Any other source will be ignored.

Parameters:
locale - Locale of the presentation data set.
Returns:
The output destination for XML-formatted data.
Throws:
IlpReadOnlyStorageAdapterException - if there is no destination.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.