- cancelSync() - Method in class oracle.opensync.ose.OSESession
-
Attempts to cancel the sync from another thread.
- canUpdate() - Method in class oracle.lite.resource.Device
-
Check if this device has enough privilege for software/data update
- canUpdate() - Method in class oracle.lite.resource.Platform
-
Check if the Platform has enough privilege for software/data update
- canUpdate() - Method in class oracle.lite.resource.User
-
Check if the User has enough privilege for software/data update
- cause - Variable in class oracle.opensync.util.LogMessage
-
For error messages, optional cause of the error, can be null
- cbk_name - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
Specifies the callback package name.
- cbk_name - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
A string specifying the callback package name.
- cbk_owner - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
Specifies the callback package owner.
- cbk_owner - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
Specifies the callback package owner
- cbkClass - Variable in class oracle.lite.sync.Consolidator.NoSQLTableProps
-
Callback class name which implements oracle.lite.sync.queue.NoSQLCallback interface
- changePassword(Object, String) - Method in interface oracle.lite.provider.Authenticator
-
Change User's password.
- changePassword(Object, String) - Method in class oracle.lite.resource.OidAuthenticator
-
Change User's password.
- changePassword(Object, String) - Method in class oracle.lite.resource.OracleAuthenticator
-
Change User's password.
- changePassword(String) - Method in class oracle.lite.resource.User
-
Change the existing password of the user.
- changePasswordWrapper(CredAuthResult, String) - Method in class oracle.lite.resource.OracleAuthenticator
-
- checkForSoftwareUpdate(String) - Method in class oracle.lite.dm.DeviceManager
-
Check if there are any software updates available.
- checkPassword(String) - Method in class oracle.lite.resource.User
-
Check to see if the passwords are identical.
- cl2log_rec_stmt - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
client sub-query that correlates primary key of the changed records
in the log table with consolidator clientid.
- clearCache() - Static method in class oracle.lite.resource.ResourceCache
-
Empty resource cache
- clearPassword(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set password as null for an existing Mobile Server user to make user external.
- clientId - Variable in class oracle.opensync.syncagent.BGAgentStatus
-
Sync user name.
- clientLib - Variable in class oracle.lite.sync.Consolidator.OSEPluginProps
-
name of the OSE plugin, e.g. ospSqlite
- clone(Context) - Method in class oracle.lite.resource.User
-
Clone oracle.lite.resource.User
object.
- close() - Method in class oracle.lite.resource.Query
-
Close the query and result-set objects
- close(boolean) - Method in class oracle.lite.resource.SqlUpdate
-
Close the SqlUpdate
object and commit if required
- close() - Method in class oracle.opensync.ose.OSESession
-
Closes the session and releases its resources
It's expected that before application exists, it calls this function.
- close() - Method in class oracle.opensync.syncagent.BGSession
-
Close the session and release all the resources used by the session.
- close() - Method in class oracle.opensync.tools.OSync
-
Close OSESession object held by OSync and release all resources.
- closeConnection() - Method in class oracle.lite.sync.ConsolidatorManager
-
Closes an open JDBC connection.
- closeConnection() - Method in class oracle.mobile.admin.MobileResourceManager
-
End the Mobile Server administrative session.
- columns - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
Specifies new names for all publication item columns.
- Command - Class in oracle.lite.resource.dm
-
An Object of this type holds all relevent information for a Device
Management command.
- Command(String, String, String, String) - Constructor for class oracle.lite.resource.dm.Command
-
Create a new Command object.
- Command(ResultSet) - Constructor for class oracle.lite.resource.dm.Command
-
Construct a Command object from the ResultSet
- COMMAND - Static variable in class oracle.lite.resource.ResourceCache
-
- commit() - Method in class oracle.lite.resource.ResourceCache
-
Commit database connection.
- commitTransaction() - Method in class oracle.mobile.admin.MobileResourceManager
-
Commit the admin tasks in the current active session.
- completeRefresh(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Forces complete refresh of a publication for a given client.
- COMPOSE - Static variable in interface oracle.opensync.ose.OSEProgressListener
-
Changes composed for a database
- COMPOSE_FAILED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: compose failed
- COMPOSE_FINISHED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Info: compose has finished successfully
- COMPOSE_STARTED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Info: compose has started
- compRef - Variable in class oracle.lite.sync.queue.QueueListRecord
-
Publication item needs to be completely refreshed ("Y" or "N")
- conf_res_only - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
Specifies if the attribute conflict_resolution_only of the publication item is true or not.
- CONFIG_LOAD_ERROR - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Failed to load sync meta information
- CONFIG_SAVE_ERROR - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Failed to save sync meta information
- conflictRule - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
Conflict resolution rule type.
- CONN_MAX_EXCEEDED - Static variable in interface oracle.lite.resource.ResourceConst
-
- connect() - Method in interface oracle.opensync.ose.OSETransport
-
Opens transport connection
- CONNECTION_TO_SRV_FAILED - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Failed to connect to mobile server
This error code is for pure java clients only.
- connectionIsClosed() - Method in class oracle.lite.sync.ConsolidatorManager
-
Tests if the connection is closed.
- CONS_CUST_PKG - Static variable in class oracle.lite.sync.Consolidator
-
PLSQL package name where several callback customizations are exposed
- CONS_INQ - Static variable in class oracle.lite.sync.Consolidator
-
Master in queue for queue based publication items
- Consolidator - Class in oracle.lite.sync
-
Please see ConsolidatorManager doc for detailed API explanations.
- Consolidator() - Constructor for class oracle.lite.sync.Consolidator
-
- Consolidator.DBProps - Class in oracle.lite.sync
-
Specifies properties of a remote application database
- Consolidator.DBProps() - Constructor for class oracle.lite.sync.Consolidator.DBProps
-
- Consolidator.NoSQLTableProps - Class in oracle.lite.sync
-
NoSQL properties object
- Consolidator.NoSQLTableProps(String, String, String, String, String, boolean) - Constructor for class oracle.lite.sync.Consolidator.NoSQLTableProps
-
Minimum required parameters for a non-authenticated NoSQL store
- Consolidator.NoSQLTableProps(String, String, String, String, String, boolean, String, char[], String) - Constructor for class oracle.lite.sync.Consolidator.NoSQLTableProps
-
Constructor with username, password and security properties file
- Consolidator.NoSQLTableProps(String, String, String, String, String, boolean, String) - Constructor for class oracle.lite.sync.Consolidator.NoSQLTableProps
-
Constructor with security properties file
- Consolidator.OSEPluginProps - Class in oracle.lite.sync
-
Specifies properties of OSE plugins
- Consolidator.OSEPluginProps() - Constructor for class oracle.lite.sync.Consolidator.OSEPluginProps
-
- Consolidator.PubItemProps - Class in oracle.lite.sync
-
Specifies properties of a publication item.
- Consolidator.PubItemProps() - Constructor for class oracle.lite.sync.Consolidator.PubItemProps
-
- Consolidator.TemplateItemMetadata - Class in oracle.lite.sync
-
- Consolidator.TemplateItemMetadata(String, String, String, String, String, int, String, String, String, String, String, String, String, String) - Constructor for class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
- ConsolidatorException - Exception in oracle.lite.sync
-
An exception that provides information on a Consolidator error.
- ConsolidatorException(int) - Constructor for exception oracle.lite.sync.ConsolidatorException
-
Constructs a ConsolidatorException object using a Consolidator error code.
- ConsolidatorException(int, String) - Constructor for exception oracle.lite.sync.ConsolidatorException
-
Constructs a ConsolidatorException object using a Consolidator error code
and a string.
- ConsolidatorException(int, String, String) - Constructor for exception oracle.lite.sync.ConsolidatorException
-
Constructs a ConsolidatorException object using a Consolidator error code
and two strings.
- ConsolidatorException(int, String, String, String) - Constructor for exception oracle.lite.sync.ConsolidatorException
-
Constructs a ConsolidatorException object using a Consolidator error code
and three strings.
- ConsolidatorException(int, String, String, String, String) - Constructor for exception oracle.lite.sync.ConsolidatorException
-
Constructs a ConsolidatorException object using a Consolidator error code
and four strings.
- ConsolidatorException(String, int) - Constructor for exception oracle.lite.sync.ConsolidatorException
-
Constructs a ConsolidatorException object using a Consolidator error code
and error message
- ConsolidatorManager - Class in oracle.lite.sync
-
This ConsolidatorManager class is a thread-safe version of the Consolidator class.
- ConsolidatorManager() - Constructor for class oracle.lite.sync.ConsolidatorManager
-
- ConsolidatorQueueProcessor - Class in oracle.lite.sync.queue
-
Java interface for queues
- ConsolidatorQueueProcessor() - Constructor for class oracle.lite.sync.queue.ConsolidatorQueueProcessor
-
- CONTROL_CONNECTION_CLOSED - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Control connection to the agent is closed due to an error
This error code is for native clients only.
- copyPatchINF(String, InputStream, int) - Method in class oracle.lite.resource.Application
-
Copy an INF file to the patch directory.
- copyTo(OutputStream) - Method in class oracle.lite.dm.info.FileInfo
-
Copy data from the file to the OutputStream
- createAddress(String, String) - Method in class oracle.lite.resource.Device
-
Create a new address for this device.
- createDataCollectionQueue(String, String, String, String, String, boolean, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new stand-alone data collection queue publication item.
- createDataCollectionQueue(String, String, String, String, String, String, boolean, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
createDataCollectionQueue
but with an additional db_inst parameter that msut be used to specify a
registered app database or the MAIN database.
- createExternalUser(String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Create a Mobile Server user whose identification will be authenticated externally.
- createGroup(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Create a new Mobile Server user group.
- createJavaResource(String, String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Load java resource into the mobile repository
- createJob(String, String, String, Schedule, String, boolean, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
A user uses this method to submit job information.
- createMessagingAddress(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Create network address for a client device
- createNoSQLQueue(String, Consolidator.NoSQLTableProps) - Method in class oracle.lite.sync.ConsolidatorManager
-
Create a queue publication item based on a NoSQL Enterprise Edition table.
- createPubItemComposePkg(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Generates text of a plsql package for compose phase of MGP.
- createPublication(String, int, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new Publication.
- createPublication(String, int, String, String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new Publication.
- createPublication(String, String, int, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
createPublication
but with
an additional db_inst parameter that can be used to specify a registered app database
or the MAIN database.
- createPublication(String, String, int, String, String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
createPublication
but with an additional db_inst parameter that can be used to specify a
registered app database or the MAIN database.If the MAIN database is specified, this is
equivalent to the older createPublication call referred to above.
- createPublicationItem(String, String, String, String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new stand-alone publication item.
- createPublicationItem(String, Consolidator.PubItemProps) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new stand-alone publication item.
- createPublicationItem(String, String, String, String, String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new stand-alone publication item for a synonym for a remote database object
Example:
Consolidator.CreatePublicationItem("jdbc:oracle:oci8:@oracle.world","P_SAMPLE1",
"SAMPLE1", "PAYROLL_ORACLE", "F",
"SELECT * FROM sample1.PAYROLL_ORACLE WHERE SALARY > :CAP", null, null);
- createPublicationItem(Connection, String, String, String, String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new stand-alone publication item for a synonym for a remote database object
Example:
Consolidator.CreatePublicationItem("jdbc:oracle:oci8:@remote_oracle.world","P_SAMPLE1",
"SAMPLE1", "PAYROLL_ORACLE", "F",
"SELECT * FROM sample1.PAYROLL_ORACLE WHERE SALARY > :CAP", null, null);
- createPublicationItemIndex(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Defines an index on a publication item.
- createQPubItemEQ - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
If true and the publication item is Queue type, will create default error queue
- createQueuePublicationItem(String, String, String, String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a new stand-alone queue publication item.
- createSequence(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a replicated sequence.
- createSequence(String, int, int, int, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
This method will create a Consolidator Sequence object.
- createSequencePartition(String, String, long, long) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a replicated sequence partition for a given client.
- createSqlScript(String, String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Load sql script into mobile repository
- createStatement() - Method in class oracle.lite.resource.ResourceCache
-
Return a newly created SQL Statement object
- createStoredProc(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Create stored procedure script and load java class into mobile server repository
- createStoredProc(String, String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Create stored procedure using supplied sql script and load
java class into mobile server repository
- createSubscription(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Creates a client subscription to a publication.
- createSyncRule(String, String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Load rules into mobile repository
- createUser(String, String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Create a new Mobile Server user.
- createVirtualPKColumn(String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Allows a virtual primary key to be specified for a publication item where the
base object does not have one.
- createVirtualPKColumn(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
createVirtualPKColumn
but with
an additional db_inst parameter that can be used to specify a registered app database or the
MAIN database.
- CredAuthResult - Class in oracle.lite.resource
-
- CREDENTIAL_MISMATCH - Static variable in exception oracle.lite.provider.auth.AuthException
-
- CREDENTIAL_MISMATCH - Static variable in class oracle.lite.resource.CredAuthResult
-
- CUSTOM_DML_PREFIX - Static variable in class oracle.lite.sync.Consolidator
-
This prefix followed by publication item name is the name of the custom DML procedure generated by @see ConsolidatorManager#generateMobileDmlProcedure(String publication_item, char type)
- generateMobileDmlProcedure(String, char) - Method in class oracle.lite.sync.ConsolidatorManager
-
Generates default dml procedure for a publication item
- generateStoredProcScript(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Generate sql script for creating stored procedure
from a given class method
- GENERIC_ERROR - Static variable in exception oracle.lite.provider.auth.AuthException
-
- GENERIC_ERROR - Static variable in class oracle.lite.resource.CredAuthResult
-
- GenericProvider - Interface in oracle.lite.provider
-
Parent interface of all provider interfaces.
- get(int, String) - Static method in class oracle.lite.resource.ResourceCache
-
Retrieve a cached resource object.
- getAccessCount() - Method in class oracle.lite.resource.Device
-
Get access count.
- getAccessTime() - Method in class oracle.lite.resource.Device
-
Get last access time.
- getAddress() - Method in class oracle.lite.resource.Address
-
Get the address string of this address.
- getAddress(String) - Method in class oracle.lite.resource.Device
-
Retrieve a device address from the repository.
- getAddress(Device) - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Address
object from
the query result.
- getAddresses() - Method in class oracle.lite.resource.Device
-
Retrieve all adresses of this device.
- getAgentStatus() - Method in class oracle.opensync.syncagent.BGSession
-
Get current sync agent status information.
- getAgentStatusCode() - Method in class oracle.opensync.syncagent.BGSession
-
Get current sync agent status code constant.
- getAllSubscribedClients(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Gets a Vector of all subscribed clients.
- getAppId() - Method in class oracle.lite.dm.info.AppInfo
-
- getAppleInfo() - Method in class oracle.lite.dm.info.DeviceInfo
-
Get iOS device specific information
- getApplication() - Method in class oracle.lite.resource.Platform
-
Retrieve platform application object
- getApplication() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Application
object from
the query result.
- getApplication(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific Application object given a application id.
- getApplication(String, String) - Method in class oracle.lite.resource.User
-
Retrieve an application that matches the platform type.
- getApplicationClasspath(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the classpath of an application.
- getApplicationDefaultPage(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the default page of an application.
- getApplicationDescription(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the description of an existing application.
- getApplicationIcon(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the icon of an applicaiton.
- getApplicationName(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the name of an existing application.
- getApplicationPublication(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the publication associated with an application.
- getApplicationPublishedTime(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the time an application was published.
- getApplicationRepositoryDirectory(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the repository directory of an application.
- getApplications() - Method in class oracle.lite.dm.info.SoftwareInfo
-
Get the information about all the applications installed in the
client device.
- getApplications() - Method in class oracle.lite.resource.Entity
-
Retrieve all provisioned applications for this User (or Group) entity.
- getApplications() - Method in class oracle.lite.resource.User
-
Retrieve all provisioned applications for this user.
- getApplicationUsers(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return an enumeration of the users associated with an application.
- getAppRoot() - Method in class oracle.opensync.ose.OSESession
-
Gets current root location
- getAppSize() - Method in class oracle.lite.dm.info.AppInfo
-
- getArchitecture() - Method in class oracle.lite.dm.info.ProcessorInfo
-
Get the processor architecture information.
- getAttribute(String) - Method in class oracle.lite.dm.info.XMLElem
-
Retrieves attribute value of an element
- getAttribute(String) - Method in class oracle.lite.resource.Resource
-
Retrieve resource attribute value
- getAuthCode() - Method in class oracle.lite.resource.CredAuthResult
-
- getAuthenticationContext() - Method in class oracle.lite.resource.User
-
Retrieve the authentication context object associated with the
User
object.
- getAutoCommit() - Method in class oracle.lite.resource.ResourceCache
-
Get auto commit flag.
- getAvailable() - Method in class oracle.lite.dm.info.DiskInfo
-
How much space is available on the disk?
- getAvailPhysical() - Method in class oracle.lite.dm.info.MemoryInfo
-
How much physical memory is available?
- getAvailVirtual() - Method in class oracle.lite.dm.info.MemoryInfo
-
How much virtual memory is available?
- getBackground() - Method in class oracle.opensync.ose.OSESession
-
Gets a flag which indicates whether sync should be background
The default is false, indicating foreground sync.
- getBasePlatform() - Method in class oracle.lite.resource.Platform
-
Get base Platform
- getBaseTableDMLLogName(String, String) - Method in class oracle.lite.sync.MyCompose
-
Returns physical DML log table or view name for a base table.
- getBaseTablePK(String, String) - Method in class oracle.lite.sync.MyCompose
-
Returns comma separated base table primary key.
- getBaseTables() - Method in class oracle.lite.sync.MyCompose
-
Returns all the base tables for the publication item.
- getBlob(int) - Method in class oracle.lite.resource.Query
-
Retrieve the blob value from the query result.
- getBootstrapCommand() - Method in class oracle.lite.resource.Platform
-
Retrieve the bootstrap command of the Platform object.
- getBundleSize() - Method in class oracle.lite.dm.info.AppInfo
-
- getBytes() - Method in interface oracle.lite.provider.MessageData
-
Return the data as a byte array.
- getCause() - Method in exception oracle.opensync.util.BaseException
-
Returns exception cause
- getChildElement(String, ElemChecker, Object) - Method in class oracle.lite.dm.info.XMLElem
-
Return a child element given a tag name and attribute name/value pair.
- getChildren() - Method in class oracle.lite.dm.info.XMLElem
-
Return child nodes
- getChildText(String) - Method in class oracle.lite.dm.info.XMLElem
-
Retrieves a child node's text data
- getClassName() - Method in class oracle.lite.resource.Provider
-
Get JAVA class name of the provider.
- getClasspath() - Method in class oracle.lite.dm.info.JavaInfo
-
What is the classpath on the client device set to?
- getClientId() - Method in class oracle.lite.resource.Device
-
Get device generated client id.
- getCode() - Method in exception oracle.lite.provider.auth.AuthException
-
Returns the error code.
- getCode() - Method in class oracle.lite.resource.Language
-
Get abbreviated (two letter) code of the language
- getCodePage() - Method in class oracle.lite.resource.Language
-
Get language code page
- getCommand(String) - Method in class oracle.lite.resource.Device
-
Retrieve a specific device command from the repository.
- getCommand() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get the command object referenced by this DeviceCommand object
- getCommand(String) - Method in class oracle.lite.resource.dm.DeviceResourceManager
-
Retrieve a specific command object given a command id.
- getCommandId() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get the command id
- getCommands() - Method in class oracle.lite.resource.Device
-
Retrieve device command objects from the repository.
- getCommands() - Method in class oracle.lite.resource.dm.DeviceResourceManager
-
Get all the command objects from the repository.
- getCommands() - Method in class oracle.lite.resource.dm.GroupCommand
-
Retrieve commands in this group.
- getCommandString() - Method in class oracle.lite.resource.dm.Command
-
Get command string of the Command object.
- getCommandString() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get command string of the command object.
- getCommandString() - Method in class oracle.lite.resource.dm.GroupCommand
-
Get command string of a group commands.
- getConnection() - Method in class oracle.lite.resource.ResourceCache
-
Return the current database connection.
- getConnection() - Method in class oracle.lite.sync.ConsolidatorManager
-
- getConnectionInfo(String) - Static method in class oracle.lite.resource.ResourceCache
-
Helper method to extract User Name, Password and JDBC URL from the
connection string.
- getConsolidatorObject(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns objects(scripts,resources,sequences,publicationitems) associated with publication.
- getConsolidatorObjectAttributes(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Gets attributes of the /**
Gets attributes of the consolidator object based on specified name and type
Example:
ConsolidatorManager.getConsolidatorObjectAttributes("SCRIPT1",Consolidator.SCRIPTS);
- getContext() - Method in class oracle.lite.resource.User
-
Retrieve the temporary context string as a byte
array.
- getCount() - Method in class oracle.lite.dm.info.ProcessorInfo
-
Get the number of processors in the device.
- getCreationTime() - Method in class oracle.lite.resource.dm.QueueData
-
Get creation time in minutes
- getCreator() - Method in class oracle.lite.sync.Consolidator.OSEPluginProps
-
- getCurrentTime() - Method in class oracle.lite.sync.ConsolidatorManager
-
Return the current time as a string in a format that is used by Consolidator.
- getDatabaseInfo(Device) - Method in class oracle.lite.dm.DeviceManager
-
Retrieve Database Information from the repository.
- getDatabases() - Method in class oracle.lite.sync.ConsolidatorManager
-
Looks up details of all registered app databases.
- getDBConnections(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the number of database connections for an existing application.
- getDBConnectionSharing(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the database connection sharing setting for an application.
- getDBUser(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the database username for an existing application.
- getDescription() - Method in class oracle.lite.resource.Log
-
Get short description of the log
- getDescription(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns description of object.
- getDevice() - Method in class oracle.lite.dm.info.XMLInfo
-
Get oracle.lite.resource.Device
object whence the
information originated.
- getDevice() - Method in class oracle.lite.resource.Address
-
Get owner device of this address.
- getDevice(String, String) - Method in class oracle.lite.resource.dm.DeviceResourceManager
-
Retrieve a Device object given a USERNAME and partial device type.
- getDevice(User) - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Device
object from
the query result.
- getDevice(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific device object given a device id.
- getDevice(String) - Method in class oracle.lite.resource.User
-
Retrieve a device object registered to this user; given a device id.
- getDeviceAgent() - Static method in class oracle.lite.dm.DeviceManager
-
Get Device Management Client Agent's name.
- getDeviceByName(String) - Method in class oracle.lite.resource.User
-
Retrieve a device object registered to this user; given a device name.
- getDeviceByUdid(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific iOS device object given a udid.
- getDeviceByUdid(String) - Method in class oracle.lite.resource.User
-
Retrieve a iOS device object registered to this user; given a device udid.
- getDeviceCommand(Device) - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.dm.DeviceCommand
object from
the query result.
- getDeviceFiles(Device) - Method in class oracle.lite.resource.dm.DeviceResourceManager
-
Retrieve file objects of all the files uploaded by a client device
- getDeviceId() - Method in class oracle.lite.dm.info.SyncLog
-
Get the id of the device.
- getDeviceId() - Method in class oracle.lite.dm.info.XMLInfo
-
Get the id of the Oracle Lite client device whence the information
originated
- getDeviceInfo(Device) - Method in class oracle.lite.dm.DeviceManager
-
Retrieve device information from the repository.
- getDevices() - Method in class oracle.lite.resource.Platform
-
Get all devices belonging to this platform type.
- getDevices() - Method in class oracle.lite.resource.ResourceManager
-
Retrieve all devices from the repository.
- getDevices() - Method in class oracle.lite.resource.User
-
Retrieve all devices associated with this user object.
- getDeviceUser(String) - Method in class oracle.lite.resource.dm.DeviceResourceManager
-
Retrieve oracle.lite.resource.User
object given a device
id.
- getDirectory() - Method in class oracle.lite.resource.Application
-
Get application directory.
- getDirectory(boolean) - Method in class oracle.lite.resource.Device
-
Retrieve device' directory path.
- getDisks() - Method in class oracle.lite.dm.info.StorageInfo
-
Get disk information information.
- getDisplayableParameterNames() - Method in class oracle.lite.resource.dm.Command
-
Get displayable parameter names
- getDisplayableParameterValues() - Method in class oracle.lite.resource.dm.Command
-
Get displayable parameter default values
- getDisplayName() - Method in class oracle.lite.resource.User
-
Retrieve the display name of the user
- getDownloadInfo(String, boolean, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
This method calculates the estimated download size for a client from its download history.
- getDSN() - Method in class oracle.lite.dm.info.DatabaseInfo
-
Return DSN information retrieved from the client device.
- getDSN(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the DSN of an application.
- getEncoding() - Method in interface oracle.lite.provider.MessageData
-
Return the character encoding scheme specified by the client
device.
- getEncryptDatabases() - Method in class oracle.opensync.ose.OSESession
-
Gets the current value of encrypt databases flag
- getEncryptionType() - Method in class oracle.opensync.ose.OSESession
-
Gets current encryption type.
- getEntries() - Method in class oracle.lite.dm.info.INISection
-
Get the entries in the the INI section
- getErrorCode() - Method in exception oracle.lite.sync.ConsolidatorException
-
Retrieves the Consolidator error code.
- getErrorCode() - Method in exception oracle.opensync.util.BaseException
-
Returns exception error code
- getExpirationTime() - Method in class oracle.lite.resource.dm.QueueData
-
Get expiration duration (in minutes)
- getExpireLimit() - Method in class oracle.lite.job.Schedule
-
Job expire limit in minutes.
- getFatalError() - Method in class oracle.opensync.syncagent.BGSession
-
If sync agent is in state DEFUNCT, retrieve the error information
that caused the bad internal state.
- getFile() - Method in class oracle.lite.dm.info.DSN
-
What is the full path to the database file?
- getFile() - Method in class oracle.lite.dm.info.FileInfo
-
Get the file as an oracle.lite.web.ifs.OSFile
object
- getFileInfo() - Method in class oracle.lite.dm.info.AppInfo
-
Return application file information.
- getFileName() - Method in class oracle.lite.resource.dm.Command
-
Retrieve command's OTL file name.
- getFileName() - Method in class oracle.lite.resource.dm.GroupCommand
-
- getFinishTime() - Method in class oracle.lite.job.ExecutionLog
-
The finish time of the execution.
- getFlushOnCommit() - Static method in class oracle.lite.resource.ResourceManager
-
- getForceRefresh() - Method in class oracle.opensync.ose.OSESession
-
- getFromCache(String) - Static method in class oracle.lite.resource.ResourceCache
-
Retrieve a resource object from the temporary resource cache
- getFullName(Object) - Method in interface oracle.lite.provider.Authenticator
-
Return the Full Name of the User.
- getFullName(Object) - Method in class oracle.lite.resource.OidAuthenticator
-
- getFullName(Object) - Method in class oracle.lite.resource.OracleAuthenticator
-
- getFullName(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the fullname information of an existing Mobile Server user.
- getGraceLoginMode() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Returns the status of grace login mode.
- getGroup() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Group
object from
the query result.
- getGroup(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a Group object from the repository.
- getGroupAccess(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return application access for the user group.
- getGroupRoleAccess(String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the group access with certain role for an application.
- getGroups() - Method in class oracle.lite.resource.User
-
Retrieve all group objects this user belongs to.
- getGroupUserAccess(String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
This will check if an user belongs to a group and if that group has access
to an application.
- getGUID() - Method in class oracle.lite.resource.User
-
Get GUID of the user (Note: GUID may be null for some users)
- getHome() - Method in class oracle.lite.dm.info.JavaInfo
-
Where is the Java Virtual Machine installed on the client device?
- getHostAddress() - Method in class oracle.lite.dm.info.OSInfo
-
Get the IP address of the device.
- getHostName() - Method in class oracle.lite.dm.info.OSInfo
-
Get the hostname of the device.
- getId() - Method in class oracle.lite.resource.Resource
-
Get 'id' of the resource object.
- getINF() - Method in class oracle.lite.resource.Application
-
Get application's INF file name
- getINF() - Method in class oracle.lite.resource.Platform
-
Get platform's INF file name
- getInfo() - Method in class oracle.lite.dm.info.OSInfo
-
Get additional information about the Operating System.
- getInitializationScripts(Object) - Method in interface oracle.lite.provider.Authenticator
-
If the User has not been instantiated in the Mobile Server repository,
Mobile Server will call this method after authenticating the User to
retrieve the initialization scripts for the User.
- getInitializationScripts(Object) - Method in class oracle.lite.resource.OidAuthenticator
-
- getInitializationScripts(Object) - Method in class oracle.lite.resource.OracleAuthenticator
-
- getInputStream() - Method in class oracle.lite.dm.info.FileInfo
-
Return an InputStream after skipping 'skip' bytes
- getInputStream() - Method in interface oracle.lite.provider.MessageData
-
Return the data as an InputStream object
- getInputStream(int) - Method in class oracle.lite.resource.Query
-
Retrieve the java.io.InputStream
value from the query result.
- getInstance() - Static method in class oracle.lite.dm.DeviceManager
-
Get the singleton instance of the Device Manager class.
- getInstance() - Static method in class oracle.lite.resource.LogManager
-
Retrive the lone instance of the LogManager
class.
- getInstance() - Static method in class oracle.lite.resource.OracleAuthenticator
-
Retrieve the lone instance of the OracleAuthenticator
object.
- getInstance() - Static method in class oracle.lite.resource.ResourceManager
-
Retrieve the lone instance of ResourceManager
class.
- getInt(int) - Method in class oracle.lite.resource.Query
-
Retrieve the 'int' value from the query result.
- getJavaInfo() - Method in class oracle.lite.dm.info.DeviceInfo
-
Get information regarding client JAVA environment.
- getJobExecutionLogs(String, int, Date, Date) - Method in class oracle.lite.sync.ConsolidatorManager
-
A user can use this method to find all the job execution logs satisfying
a certain criteria from the job execution history.
- getJobName() - Method in class oracle.lite.job.ExecutionLog
-
The job name.
- getKey(int) - Method in class oracle.lite.resource.Resource
-
Return the sort key.
- getLanguage() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Language
object from
the query result.
- getLanguage(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve language object given an abbreviated language code.
- getLanguageCode() - Method in class oracle.lite.resource.Platform
-
Return abbreviated language code of the Platform.
- getLanguages() - Method in class oracle.lite.resource.ResourceManager
-
Retrieve all supported languages
- getLastModified() - Method in class oracle.lite.dm.info.FileInfo
-
Get the time the file was last modified.
- getLastSequence() - Method in class oracle.lite.resource.Device
-
Get last sequence id.
- getLength() - Method in class oracle.lite.dm.info.FileInfo
-
Return actual number of bytes after skipping 'skip' number
of bytes from the file.
- getLocalizedMessage() - Method in exception oracle.mobile.admin.ResException
-
Creates a localized description of this exception
- getLocation() - Method in class oracle.lite.dm.info.AppInfo
-
Get the location (directory name) of the application
- getLocation() - Method in class oracle.lite.dm.info.OSInfo
-
Get the Operating System directory.
- getLog() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Log
object from
the query result.
- getLogs() - Method in class oracle.lite.resource.Device
-
Retrieve Device log from the repository.
- getLogs(String, String) - Method in class oracle.lite.resource.LogManager
-
Retrieve all logs from the repository.
- getLogs() - Method in class oracle.lite.resource.User
-
Retrieve all the logs of this user from the repository.
- getLong(int) - Method in class oracle.lite.resource.Query
-
Retrieve the 'long' value from the query result.
- getMapView(String) - Method in class oracle.lite.sync.MyCompose
-
Returns a view of the map table.
- getMatchingPlatform(String) - Method in class oracle.lite.resource.ResourceManager
-
Get best matching platform given a device type.
- getMemoryInfo() - Method in class oracle.lite.dm.info.DeviceInfo
-
Get client device memory information.
- getMessage() - Method in class oracle.lite.job.ExecutionResult
-
Any message in the form of a string.
- getMessage() - Method in class oracle.lite.resource.dm.QueueData
-
Get message body of the queue object
- getMessage() - Method in class oracle.lite.resource.Log
-
Return the log message.
- getMessage() - Method in exception oracle.mobile.admin.ResException
-
get the Exception message
- getMessage() - Method in exception oracle.opensync.util.BaseException
-
Returns exception message
- getMetaData() - Method in class oracle.lite.dm.info.FileInfo
-
Return file meta data information as an array of bytes.
- getMetaData() - Method in interface oracle.lite.provider.MessageData
-
Return the meta-data (if any) associated with the request.
- getMetaData() - Method in class oracle.lite.resource.Provider
-
Get meta data string
- getName() - Method in class oracle.lite.dm.FileDiff
-
Return the file name.
- getName() - Method in class oracle.lite.dm.info.AppInfo
-
Get the name of the application
- getName() - Method in class oracle.lite.dm.info.DatabaseInfo
-
Return the name of the database object.
- getName() - Method in class oracle.lite.dm.info.DiskInfo
-
What is the name of the disk?
- getName() - Method in class oracle.lite.dm.info.DSN
-
What is the name of the DSN?
- getName() - Method in class oracle.lite.dm.info.FileInfo
-
Get the name of the file
- getName() - Method in class oracle.lite.dm.info.INISection
-
Get the name of the INI section
- getName() - Method in class oracle.lite.dm.info.NameValue
-
Get the name of the NameValue pair
- getName() - Method in class oracle.lite.dm.info.OSInfo
-
Get the name of the Operating System.
- getName() - Method in interface oracle.lite.provider.MessageData
-
Retrieve the 'name' of the message.
- getName() - Method in class oracle.lite.resource.Application
-
Get application name.
- getName() - Method in class oracle.lite.resource.Device
-
Get device name
- getName() - Method in class oracle.lite.resource.dm.Command
-
Get command name (description) string
- getName() - Method in class oracle.lite.resource.Entity
-
Get User (or Group) entity name (Unique short name)
- getName() - Method in class oracle.lite.resource.Language
-
Get language name.
- getName() - Method in class oracle.lite.resource.OracleAuthenticator
-
Return the name of the authenticator.
- getName() - Method in class oracle.lite.resource.Platform
-
Get full platform name (E.g.
- getName() - Method in class oracle.lite.resource.Role
-
Get role name
- getNameAndLanguage() - Method in class oracle.lite.resource.Platform
-
Get platform name and language name.
- getNewName() - Method in class oracle.lite.resource.PlatformMapping
-
- getNewType() - Method in class oracle.lite.resource.PlatformMapping
-
- getNumOfRows() - Method in class oracle.lite.sync.PublicationSize
-
Return the number of rows of the publication item that are to be synchronized.
- getObject() - Method in class oracle.lite.resource.Provider
-
Instantiate the Provider object and initialize it.
- getObsoletedPlatforms() - Method in class oracle.lite.resource.ResourceManager
-
Get the enumerated list of obsoleted plaforms.
- getODBCInfo(Device) - Method in class oracle.lite.dm.DeviceManager
-
Retrieve ODBC parameters of the device from the repository.
- getOldHash() - Method in class oracle.lite.resource.User
-
Return the 'old' style password hash.
- getOldName() - Method in class oracle.lite.resource.PlatformMapping
-
Get old platform name
Get new platform name if a valid upgrade available; Else an empty string
- getOldType() - Method in class oracle.lite.resource.PlatformMapping
-
Get old platform type (Eg WIN32_x86_US_WTG, WICE_ARM_JA_OLITE etc)
Get new platform type if a valid upgrade available; Else an empty string
- getOLiteInfo(Device) - Method in class oracle.lite.dm.DeviceManager
-
Retrieve Oracle Lite parameters of the Device from the repository.
- getOSECreator(Consolidator.OSEPluginProps) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get registered creator id based on plProps.recordLayoutClassName
and plProps.clientLib
- getOSEPluginProps() - Method in class oracle.lite.sync.ConsolidatorManager
-
Get an array of OSEPluginProps objects for all creator ids in the repository
- getOSEPluginProps(int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get OSEPluginProps object corresponding to the passed in creator
if the creator id is not found, returns null.
- getOSInfo() - Method in class oracle.lite.dm.info.DeviceInfo
-
Get Operating System information.
- getParameterNames() - Method in class oracle.lite.resource.dm.Command
-
Get actual parameter names
- getParameterValues() - Method in class oracle.lite.resource.dm.Command
-
Get actual parameter default values
- getParams() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get the params
- getParserError() - Method in class oracle.lite.dm.info.XMLInfo
-
Retrieve the XML parser error if any.
- getPassword() - Method in class oracle.lite.resource.User
-
Get the encoded password string of the User.
- getPasswordAboutToExpire() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Returns the status of password about to expire mode.
- getPasswordMustChange() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Returns the status of password must change mode.
- getPatches() - Method in class oracle.lite.dm.info.AppInfo
-
Get application patch information.
- getPlatform() - Method in class oracle.lite.resource.Application
-
Get application platform object
- getPlatform() - Method in class oracle.lite.resource.Device
-
Retrieve Platform object
- getPlatform() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Platform
object from
the query result.
- getPlatform(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific Device Platform object.
- getPlatformByName(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific Device Platform object given a platform name.
- getPlatformByNameAndLanguage(String, String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific Platform object given a name and language code.
- getPlatformByType(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific Device Platform object given a platform type.
- getPlatformDevFlg(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Gets device flag for the platform.
- getPlatformName(int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get platform name based on device flag.
- getPlatforms() - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a all device platform objects from the repository.
- getPlatforms(int) - Method in class oracle.lite.resource.ResourceManager
-
Get all Platform object after sorting them in ascending order.
- getPlatformVersion() - Method in class oracle.lite.resource.Device
-
Retrieve current version of the Oracle Lite Platform installed on
the device.
- getPolicy(String) - Method in class oracle.lite.resource.Entity
-
Get User's (or Group's) policy value given a policy name.
- getPrivilege(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the privilege of an existing Mobile Server user.
- getProcessorInfo() - Method in class oracle.lite.dm.info.DeviceInfo
-
Get processor (CPU) information.
- getProvider() - Method in class oracle.lite.resource.Address
-
Retrieve an instance of the NetworkProvider class.
- getProvider() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Provider
object from
the query result.
- getProvider(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific Provider given its ID.
- getProviderId() - Method in class oracle.lite.resource.Address
-
Get ID of the oracle.lite.provider.NetworkProvider
- getProviders(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve all registered providers of the given 'type'.
- getProxy() - Method in class oracle.opensync.ose.OSESession
-
Returns current http proxy.
- getPubItemDMLTableName() - Method in class oracle.lite.sync.MyCompose
-
Returns publication item DML table or view name.
- getPubItemName() - Method in class oracle.lite.sync.PublicationSize
-
Return the name of the publication item that this refers to.
- getPubItemPK() - Method in class oracle.lite.sync.MyCompose
-
Returns comma separated publication item primary key.
- getPubItemRecCount(String) - Method in class oracle.lite.sync.DownloadInfo
-
This will return the number of records of the Publication Item referred by pubItemName
that will be synced in the next synchronization.
- getPubItemSize(String) - Method in class oracle.lite.sync.DownloadInfo
-
This will return the size of a particular Publication Item referred by pubItemName.
- getPublication() - Method in class oracle.lite.sync.MyCompose
-
Returns publication name
- getPublication(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the name of the Consolidator publication associated with an application.
- getPublicationDeviceType(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Gets device flag for the publication.
- getPublicationItem() - Method in class oracle.lite.sync.MyCompose
-
Returns publication item name
- getPublicationItemName(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
This is a link between MobileResourceManager API and Consolidator API.
- getPublicationNames(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get the publication names associated with the script
- getPublicationPubItemAttributes(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns Publication,PublicationItem relationship attributes.
- getPublishTime() - Method in class oracle.lite.dm.info.AppInfo
-
Get the time when this application was published
- getPublishTime() - Method in class oracle.lite.resource.Application
-
Get application publish time.
- getPubListQ() - Method in class oracle.lite.sync.queue.ConsolidatorQueueProcessor
-
Called by sync session after downloadInit() to get a list
of publication items flags for complete refresh and optionally,
for record count in each out queue.
- getPubName() - Method in class oracle.lite.sync.PublicationSize
-
Return the name of the publication that this refers to.
- getPubRecCount(String) - Method in class oracle.lite.sync.DownloadInfo
-
This will return the number of all records of all the Publication Items that belong
to the Publication referred by pubName, that will be synced in the next synchronization.
- getPubSize(String) - Method in class oracle.lite.sync.DownloadInfo
-
This will return the size of all Publication Items that belong to the
Publication referred by pubName.
- getPushMagic() - Method in class oracle.lite.resource.Device
-
- getQueueData(Device) - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.dm.QueueData
object from
the query result.
- getQueuedMessages() - Method in class oracle.lite.resource.Device
-
Retrieve all queued message for this device.
- getQueuePkg() - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns current default Queue package name.
- getQueuePkg(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns the name of the publication's Queue package
Example:
consolidatorManager.getQueuePkg ("pub1");
- getQueuePkgType() - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns type of the current default Queue package ( either Consolidator.QPKG_PLSQL_i or Consolidator.QPKG_JAVA_i )
Example:
int dflt_pkg_type = consolidatorManager.getQueuePkgType ();
- getQueuePkgType(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns the type of the publication's Queue package
Example:
consolidatorManager.getQueuePkgType ("pub1");
- getRegion() - Method in class oracle.lite.resource.Language
-
Get language 'region' code
- getRepeatDaysOfMonth() - Method in class oracle.lite.job.Schedule
-
Space separated month days on which the job will be executed.
- getRepeatDaysOfWeek() - Method in class oracle.lite.job.Schedule
-
Space separated week days on which the job will be executed.
- getRepeatInterval() - Method in class oracle.lite.job.Schedule
-
Job repeat interval in seconds.
- getRepeatMode() - Method in class oracle.lite.job.Schedule
-
Job repeat mode.
- getRepeatMonthlyFrequency() - Method in class oracle.lite.job.Schedule
-
Job monthly repeat frequency.
- getRepeatUntilTime() - Method in class oracle.lite.job.Schedule
-
Repeat until time.
- getRepeatWeeklyFrequency() - Method in class oracle.lite.job.Schedule
-
Job weekly repeat frequency.
- getRepositoryPath(String) - Static method in class oracle.lite.dm.DeviceManager
-
Form complete path to Mobile Server Repository directory
given ORACLE HOME.
- getResult() - Method in class oracle.lite.job.ExecutionResult
-
The result of the execution.
- getRole() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.Role
object from
the query result.
- getRole(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a Role object from the repository.
- getRole() - Method in class oracle.lite.resource.User
-
Get user's role as a string value.
- getRuntime() - Method in class oracle.lite.dm.info.JavaInfo
-
Which binary on the client device implements the Java Virtual Machine?
- getSavePassword() - Method in class oracle.opensync.ose.OSESession
-
- getSections() - Method in class oracle.lite.dm.info.INI
-
Get all the sections in the INI object.
- getSecurityInfo(Device) - Method in class oracle.lite.dm.DeviceManager
-
Retrieve security information from the repository.
- getSendTime() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get date & time when the request was sent to the client.
- getSequenceNo() - Method in class oracle.lite.resource.Address
-
Get address sequence number.
- getServerId() - Method in class oracle.lite.resource.Device
-
Get system generated server id.
- getSetupTime() - Method in class oracle.lite.dm.info.AppInfo
-
Get the time when this application was set up
- getSid() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Returns the session id.
- getSid() - Method in class oracle.lite.resource.CredAuthResult
-
- getSize() - Method in class oracle.lite.dm.FileDiff
-
Return the file size.
- getSize() - Method in class oracle.lite.dm.info.DiskInfo
-
What is the size of the disk?
- getSize() - Method in class oracle.lite.dm.info.DSN
-
What is the size of the database?
- getSize() - Method in class oracle.lite.dm.info.FileInfo
-
Get the size of the file
- getSize() - Method in interface oracle.lite.provider.MessageData
-
Return the size of the client data in bytes.
- getSize() - Method in class oracle.lite.sync.PublicationSize
-
Return the total size of the publication item that this refers to.
- getSizePhysical() - Method in class oracle.lite.dm.info.MemoryInfo
-
How much physical memory is in the system?
- getSizeVirtual() - Method in class oracle.lite.dm.info.MemoryInfo
-
How much virtual memory size is in the system?
- getSnapshotTemplate(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the snapshot template string.
- getSocketName() - Method in class oracle.lite.dm.info.OSInfo
-
Get information about the socket used.
- getSourceId() - Method in class oracle.lite.resource.Log
-
Get log source' id (User Id or Device Id).
- getSqlScript(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get the text of the sql script stored in mobile repository
- getStartTime() - Method in class oracle.lite.job.ExecutionLog
-
The start time of the execution.
- getStartTime() - Method in class oracle.lite.job.Schedule
-
Job start time.
- getStatus() - Method in class oracle.lite.dm.info.AppInfo
-
- getStatusMessage() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get client status message of the request.
- getStatusMessage() - Method in class oracle.lite.resource.dm.QueueData
-
Get status message
- getStatusTime() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get date & time when the request status was updated.
- getStatusTime() - Method in class oracle.lite.resource.dm.QueueData
-
Get status time as java.sql.Timestamp
- getStorageInfo() - Method in class oracle.lite.dm.info.DeviceInfo
-
Get storage (Hardrive, Flash memory etc) information.
- getString(int) - Method in class oracle.lite.resource.Query
-
Retrieve the string value from the query result.
- getSubscriptionParameters(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Gets client's subscription parameters for the publication.
- getSyncApps() - Method in class oracle.opensync.ose.OSESession
-
Gets a flag that indicates whether sync should download a list of
application/client updates so they can later be installed.
- getSyncDirection() - Method in class oracle.opensync.ose.OSESession
-
- getSyncLog(Device) - Method in class oracle.lite.dm.DeviceManager
-
Retrieve Data Synchronization Log from the repository.
- getSyncLog() - Method in class oracle.lite.dm.info.SyncLog
-
Get synchronization log as a java.util.Enumeration
object.
- getSyncNewPub() - Method in class oracle.opensync.ose.OSESession
-
- getSyncPriority() - Method in class oracle.opensync.ose.OSESession
-
Gets sync priority
The default is PRIO_DEFAULT.
- getSyncRule(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get the text of the sync rule stored in mobile repository
- getSyncRuleParams(int, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
For Publication rules:
==============
-- RULE_MAX_DB_REC Setting sync immediately if database contains more than modified
records (Passing pub name, record numbers)
-- Getting sync immediately if database contains more than modified records( passing
pub name return RULE PROPS OBJECT with NREC or NULL)
props:
NREC
-- RULE_MAX_PI_REC Setting immediately if out queue contains more than modified
records(Passing pub item name, record numbers)
-- Getting immediately if out queue contains more than modified records(Passing pub
item name return RULE PROPS OBJECT with NREC or NULL)
props:
NREC
For Platform rules:
============
EVENTS:
-- RULE_HIGH_BANDWIDTH Setting sync immediately when network bandwidth greater than x
bits/sec (Passing platform FLAG, network bandwidth)
-- Getting sync immediately when network bandwidth greater than x bits/sec (Passing
platform name return RULE PROPS OBJECT w NET or NULL)
props:
NET
-- RULE_LOW_PWR Setting sync immediately when battery level drop to x percentage
(Passing platform name, battery level)
-- Getting sync immediately when battery level drop to x percentage (Passing platform
name return return RULE PROPS OBJECT w BAT or NULL)
props:
BAT
-- RULE_AC_PWR Setting sync immediately when AC power is detected (passing platform
name)
-- Getting sync immediately when AC power is detected (passing platform name return
RULE PROPS OBJECT w AC or NULL)
props:
AC
CONDITIONS:
-- RULE_MIN_PWR Setting only sync if battery level equal to or greater than X %(
Passing Platform name, battery level)
-- Getting only sync if battery level equal to or greater than X %( Passing Platform
name return RULE PROPS OBJECT w BAT or NULL)
props:
BAT
Setting network priority rules
-- RULE_NET_PRIORITY (Passing Platform, vector of RULE PROPS objects)
-- Getting network priority rules (passing platform, return vector of RULE PROPS
objects)
props:
PRIO
SPEED
PING
AUTODIAL
_________________________________
Setting network parameters
-- NET_CONFIG Setting parameters (passing Platform, vector of RULE PROPS objects)
-- Getting network parameters (passing Platform, return vector of RULE PROPS objects)
props:
NAME,PROXY
- getSyncRuleParams(int, String) - Static method in class oracle.lite.sync.Rules
-
Get rule properties names and their values.
- getSyncStatus() - Method in class oracle.opensync.syncagent.BGSession
-
Get current status of sync within sync agent
- getTagName() - Method in class oracle.lite.dm.info.XMLElem
-
Return the tag name.
- getTemplateItemMetadata(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get meta info about a PublicationItem.
- getTemplateVariable(String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the value of an application snapshot template variable for one user.
- getTemplateVariables(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the values of all the application snapshots template variables for one user.
- getText(Element) - Method in class oracle.lite.dm.info.XMLElem
-
Helper method to retrieve 'Text' data of an Element.
- getTheException() - Method in exception oracle.mobile.admin.ResException
-
return the original exception.
- getTime() - Method in class oracle.lite.dm.FileDiff
-
Return last modified time or file time.
- getTime() - Method in interface oracle.lite.dm.info.InfoReader
-
Retrieve information retrieval time.
- getTime() - Method in class oracle.lite.dm.info.SyncLog
-
Retrieve information date/time creation/retrieval date
- getTime() - Method in class oracle.lite.dm.info.XMLInfo
-
Retrieve information creation or retrieval time as
java.sql.Timestamp
.
- getTime() - Method in interface oracle.lite.provider.MessageData
-
Retrieve the data timestamp - or the time at which data is created
by the client device.
- getTime() - Method in class oracle.lite.resource.Log
-
Return the log time as java.sql.Timestamp
- getTimestamp(int) - Method in class oracle.lite.resource.Query
-
Retrieve the java.sql.Timestamp
value from the query result.
- getToken() - Method in class oracle.lite.resource.Device
-
- getTotalSize() - Method in class oracle.lite.dm.info.FileInfo
-
Return the total size of the file (File size + meta data size).
- getTotalSize() - Method in class oracle.lite.sync.DownloadInfo
-
This will return the size information of all PublicationSize objects.
- getTransportType() - Method in class oracle.opensync.ose.OSESession
-
Gets current sync transport type
- getType() - Method in class oracle.lite.dm.info.ProcessorInfo
-
Get the type of processor.
- getType() - Method in class oracle.lite.resource.Device
-
Retrieve device type.
- getType() - Method in class oracle.lite.resource.dm.Command
-
Return the command type.
- getType() - Method in class oracle.lite.resource.dm.QueueData
-
Get queue message type.
- getType() - Method in class oracle.lite.resource.Platform
-
Get platform type (E.g.
- getType() - Method in class oracle.lite.resource.Provider
-
Get type of the provider.
- getType() - Method in exception oracle.lite.resource.ResourceNotFound
-
Return the resource type
- getUdid() - Method in class oracle.lite.dm.info.AppInfo
-
- getUdid() - Method in class oracle.lite.resource.Device
-
- getUnlockToken() - Method in class oracle.lite.resource.Device
-
- getUpgradePlatformType(String) - Method in class oracle.lite.resource.ResourceManager
-
Get the upgradeable Type for the given platform Name/Type.
- getURL() - Method in class oracle.opensync.ose.OSESession
-
Returns current mobile server URL.
- getUseFiles() - Method in class oracle.opensync.ose.OSESession
-
- getUser() - Method in class oracle.lite.resource.CredAuthResult
-
- getUser() - Method in class oracle.lite.resource.Device
-
Return owner 'User' object.
- getUser(String) - Method in class oracle.lite.resource.OracleAuthenticator
-
Retrieve User object from repository.
- getUser() - Method in class oracle.lite.resource.Query
-
Create a oracle.lite.resource.User
object from
the query result.
- getUser(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific user object from the repository.
- getUser() - Method in class oracle.opensync.ose.OSESession
-
Gets current sync user name
- getUserAccess(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return application access for the user at the user level.
- getUserById(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve a specific user object from repository given a user id.
- getUseResume() - Method in class oracle.opensync.ose.OSESession
-
- getUserGroupList(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return a vector of id of the groups that an user has access.
- getUserGroupNameList(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return a vector of groups names that a user has access to.
- getUserGUID(Object) - Method in interface oracle.lite.provider.Authenticator
-
Return the GUID (Globally Unique Id) of the User if there is one.
- getUserGUID(Object) - Method in class oracle.lite.resource.OidAuthenticator
-
- getUserGUID(Object) - Method in class oracle.lite.resource.OracleAuthenticator
-
- getUserId() - Method in class oracle.lite.resource.Device
-
Get User Id (or device Owner's Id).
- getUserPublications(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return a vector of publications associated with a user.
- getUserRoleAccess(String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Return the user access for an application with certain role.
- getUsers(String) - Method in class oracle.lite.resource.OracleAuthenticator
-
Retrieve all User objects from the repository after applying a filter.
- getUsers() - Method in class oracle.lite.resource.ResourceManager
-
Retrieves all User objects from the Mobile Server repository.
- getUsers(String) - Method in class oracle.lite.resource.ResourceManager
-
Retrieve all User objects from the repository after applying a filter.
- getValue(int) - Method in class oracle.lite.dm.FileDiff
-
Retrieve a file diff value at a given index.
- getValue() - Method in class oracle.lite.dm.info.NameValue
-
Get the value of the NameValue pair
- getVer() - Method in class oracle.lite.dm.info.AppInfo
-
- getVerificationTime() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Get date & time when the request was verified
- getVersion() - Method in class oracle.lite.dm.info.AppInfo
-
Get the version of the application
- getVersion() - Method in class oracle.lite.dm.info.FileInfo
-
Get the version of the file
- getVersion() - Method in class oracle.lite.dm.info.JavaInfo
-
What is the version of the Java Virtual Machine on the client device?
- getVersion() - Method in class oracle.lite.dm.info.OSInfo
-
Get the version of the Operating System.
- getVersion() - Method in class oracle.lite.resource.Application
-
Get application's version number
- getVirtualPath() - Method in class oracle.lite.resource.Application
-
Get application's virtual path name
- getVirtualTablePrimaryKey(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Retrieve a virtual primary key column name(s) from a base object
Example:
consolidatorManager.getVirtualTablePrimaryKey("SAMPLE1", "DEPT");
- getVirtualTablePrimaryKey(String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
getVirtualTablePrimaryKey
but with
an additional db_inst parameter that can be used to specify a registered app database or the
MAIN database.
- getWeight(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Get the weight associated with the specific script and publication
- getXMLText(StringBuffer) - Method in class oracle.lite.dm.info.XMLElem
-
Return XML text of this element into the specified StringBuffer.
- GRACE_LOGIN_MODE - Static variable in class oracle.lite.resource.CredAuthResult
-
- Group - Class in oracle.lite.resource
-
Represents a Group (User group) object in the Oracle9i Lite Mobile
Server repository.
- Group(String) - Constructor for class oracle.lite.resource.Group
-
Construct a Group object from the given information.
- GROUP - Static variable in class oracle.lite.resource.ResourceCache
-
- group_fnc - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
Name of a PL/SQL group function for this publication item.
- GroupCommand - Class in oracle.lite.resource.dm
-
Group of oracle.lite.resource.dm.Command
objects.
- GroupCommand(String, Vector, Vector, String, String) - Constructor for class oracle.lite.resource.dm.GroupCommand
-
Construct a GroupCommand object with a given name and command objects.
- GroupCommand(ResultSet) - Constructor for class oracle.lite.resource.dm.GroupCommand
-
Construct a GroupCommand object from a resultSet
- id - Variable in class oracle.opensync.util.LogMessage
-
Application-specific message id
- IDLE - Static variable in interface oracle.opensync.ose.OSEProgressListener
-
Indicates that the sync is done
- IDX_CRC - Static variable in class oracle.lite.dm.FileDiff
-
Index to access CRC differences
- IDX_SIZE - Static variable in class oracle.lite.dm.FileDiff
-
Index to access size differences
- IDX_TIME - Static variable in class oracle.lite.dm.FileDiff
-
Index to access time differences
- IN_DML_PREFIX - Static variable in class oracle.lite.sync.Consolidator
-
In queue name is this prefix followed by publication item name
- IN_DML_PREFIX - Static variable in class oracle.lite.sync.queue.ConsolidatorQueueProcessor
-
- INFO - Static variable in class oracle.opensync.util.LogMessage
-
Informational message
- InfoReader - Interface in oracle.lite.dm.info
-
Information reader class for reading device information such as device
capabilities, database info etc.
- INI - Class in oracle.lite.dm.info
-
This class will parse and hold device profile (INI format)
- INI(String) - Constructor for class oracle.lite.dm.info.INI
-
Construct an INI object.
- INISection - Class in oracle.lite.dm.info
-
Holds ONE INI section and its name/value pairs.
- init() - Method in interface oracle.lite.job.Job
-
This method will be invoked after the creation of the job class instance
so that some possible preparations can be done.
- init(Connection) - Method in class oracle.lite.sync.MyCompose
-
May be overwritten by a subclass to do compose preparation for a
publication, pubitem pair.
- initCause(Throwable) - Method in exception oracle.opensync.util.BaseException
-
Initializes cause of the exception
- initialize(String) - Method in interface oracle.lite.provider.GenericProvider
-
Mobile Server will call initialize
method before calling any other
method of provider class.
- initialize(String) - Method in class oracle.lite.resource.OidAuthenticator
-
Initialize Oracle Internet Directory based Authenticator.
- initialize(String, long) - Method in class oracle.lite.resource.OracleAuthenticator
-
Initialize repository authenticator.
- initialize(String) - Method in class oracle.lite.resource.OracleAuthenticator
-
Initialize repository authenticator.
- initialize(String) - Static method in class oracle.lite.resource.ResourceManager
-
Initialize Mobile Server repository ResourceManager
- initialize(String, String, String) - Static method in class oracle.lite.resource.ResourceManager
-
Initialize Mobile Server repository ResourceManager
- initialize(Connection) - Static method in class oracle.lite.resource.ResourceManager
-
Initialize Mobile Server repository ResourceManager
- initialize(String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
- INQ_CONTROL - Static variable in class oracle.lite.sync.queue.ConsolidatorQueueProcessor
-
- INSERT - Static variable in class oracle.lite.resource.dm.Command
-
- INSERT - Static variable in class oracle.lite.resource.dm.QueueData
-
- instantiateSubscription(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Instantiates a subscription.
- INTERNAL_ERROR - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Internal error has occurred, see cause
- INTERNAL_ERROR - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: internal error has occured
- INTERVAL - Static variable in class oracle.lite.job.Schedule
-
- INVALID_ADDRESS - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_BUFFER - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Internal error: invalid buffer specified
This error code is for native clients only.
- INVALID_COMMAND - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Internal error: invalid command received
This error code is for native clients only.
- INVALID_COND_SUBTYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid subtype for a condition rule
- INVALID_COND_TYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid type for a condition rule
- INVALID_DATE_FORMAT - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid date format in time rule
- INVALID_DEVICE - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_DIR - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_DML_TYPE - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid DML type of a record received from plugin
- INVALID_ENCR_VER - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid encryption transport version specified
- INVALID_ENCRYPTION_TYPE - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid encryption type specified
- INVALID_EVENT_SUBTYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid subtype for an event rule
- INVALID_EVENT_TYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid type for an event rule
- INVALID_HANDLE - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Internal error: invalid handle specified
This error code is for native clients only.
- INVALID_HTTP_URL - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid Http URL specified
- INVALID_ID - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_INF - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_INT_OPT - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Internal error: invalid numeric option specified
This error code is for native clients only.
- INVALID_NAME - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_NUMERIC_PARAMETER - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Internal error: invalid numeric parameter specified
This error code is for native clients only.
- INVALID_OPCODE - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid opcode received from mobile server
- INVALID_PARAM - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_PARAMETER - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Internal error: invalid parameter specified.
- INVALID_PLATFORM - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_PLUGIN_FLAGS - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Plugin has some invalid flags set
This error code is for native clients only.
- INVALID_PRIORITY - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid priority specified
- INVALID_PROVIDER - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_RESOURCE - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_RULE_CLASS - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid rule class detected (only event and condition are allowed)
- INVALID_RULE_SUBTYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid rule subtype detected
- INVALID_RULE_SUBTYPE_TYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid rule subtype for a give rule type
- INVALID_RULE_TYPE - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid rule type detected
- INVALID_SERVER_NOTIFICATION - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: invalid server notification received
- INVALID_SESS - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Session is invalid or closed
- INVALID_SESSION - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid or closed BGSession object provided
- INVALID_STR_OPT - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Internal error: ivalid string option specified
This error code is for native clients only.
- INVALID_STRING_LENGTH - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid string length received in given opcode
- INVALID_STRING_PARAMETER - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Internal error: invalid string parameter specified
This error code is for native clients only.
- INVALID_SYNC_DIRECTION - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid sync direction specified
- INVALID_TRANSPORT_TYPE - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Invalid transport type specified
- INVALID_TYPE - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_URL - Static variable in interface oracle.lite.resource.ResourceConst
-
- INVALID_WAIT_STATUS - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Invalid sync agent status to wait for.
- isAnonymous() - Method in class oracle.lite.resource.Platform
-
Returns true if the Platform is an anonymous platform.
- isAPI(boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Mobile Server can have a dependency on servlet.jar.
- isEmpty(int) - Static method in class oracle.lite.resource.ResourceCache
-
Check if the cache for a specific resource type is empty or not.
- isEnabled() - Method in class oracle.lite.resource.Resource
-
Check if the resource is enabled or not.
- isError() - Method in class oracle.lite.resource.CredAuthResult
-
- isExternal() - Method in class oracle.lite.resource.User
-
Check if the user is external.
- isLogBased - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
If true, log based (automatic) publication item will be created
- isMemberUser() - Method in class oracle.lite.resource.User
-
Check if the user is a member user.
- isNotificationSent(long) - Method in class oracle.lite.sync.ConsolidatorManager
-
Check if a sync notification
has been sent
- isOK(XMLElem, Object) - Method in interface oracle.lite.dm.info.ElemChecker
-
Return true
if the element matches the expected
condition.
- isPubForPlatform(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Checks if publication is for the platform.
- isSame(FileDiff) - Method in class oracle.lite.dm.info.FileInfo
-
Check if the file has been modified or not using file size and file
modified time.
- isServerSuspended() - Method in class oracle.mobile.admin.MobileResourceManager
-
* Return the status of Mobile Server - suspended (single user) or
* running in regular mode
- isShared - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
Specifies if the publication item is shared or not.
- isSqlScriptModified(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
If the passed in scrText differs from the current string stored in mobile repository
returns true
- isSubscribed(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
checks if the client is subscribed.
- isSyncRuleModified(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
If the passed in ruleText differs from the current string stored in mobile repository
returns true
- isSystemResource() - Method in class oracle.lite.resource.Resource
-
Check if the resource is a 'SYSTEM' resource or not.
- isType(String) - Method in class oracle.lite.resource.Device
-
Check if the device type matches given type.
- isType(String) - Method in class oracle.lite.resource.Provider
-
Check if the provider is of the given type.
- isUpdatable - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
A boolean specifying if the publication item is updatable or not.
- isValid() - Method in class oracle.lite.resource.Resource
-
Check if the resource is a valid resource or not.
- isWildCard() - Method in class oracle.lite.dm.FileDiff
-
Check if the file name is a wild card file name or not.
- iterator() - Method in class oracle.lite.sync.DownloadInfo
-
This will return an Iterator object so that the user can traverse through
all the PublicationSize objects that are contained inside the DownloadInfo object.
- READER_CANCELED - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Internal error: message reader was canceled from another thread
This error code is for native clients only.
- recCount - Variable in class oracle.lite.sync.queue.QueueListRecord
-
Modified record count (optional)
- RECEIVE - Static variable in interface oracle.opensync.ose.OSEProgressListener
-
Receiving data
- recordLayoutClassName - Variable in class oracle.lite.sync.Consolidator.OSEPluginProps
-
Java class implementing the ConsolidatorClientRecord interface
e.g. oracle.lite.sync.plugin.SQLiteRecordLayer
- reCreatePublicationItem(Hashtable, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Re-creates a publication item.
- refresh_mode - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
A string specifying the refresh mode:
F for fast refresh, C for complete refresh, Q for Queue-based publication item.
- registerDatabase(String, Consolidator.DBProps) - Method in class oracle.lite.sync.ConsolidatorManager
-
Registers an app database so that publications and pub-items can be created against
schemas in that database.
- registerDevice(Device, String) - Method in class oracle.lite.resource.User
-
Registration process makes this user as the owner of the device.
- registerJobClass(String, String, String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
A user uses this method to register a job class.
- registerMyCompose(String, String, String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Register and load to DB a customized compose class.
- registerMyCompose(Connection, Connection, String, String, String, boolean) - Static method in class oracle.lite.sync.MyCompose
-
Called by Consolidator Admin API to register and load to DB a customized compose class.
- registerOSEPlugin(Consolidator.OSEPluginProps) - Method in class oracle.lite.sync.ConsolidatorManager
-
Saves Open Sync plugin properties in the mobile repository
- registerOSEPlugin(Consolidator.OSEPluginProps, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Saves Open Sync plugin properties in the mobile repository
- registerPlatform(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Registers a new platform.
- registerPlatform(String, int[], boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Registers a new platform.
- registerPlatform(String, int[], String[], boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Registers a new platform.
- registerQueuePkg(String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Registers a package as the current default PLSQL Queue package.
- registerQueuePkg(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Registers a package as the current default Queue package.
- registerQueuePkg(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Assigns a queue package to a publication, assumes the package type to be Consolidator.QPKG_PLSQL_i
Example:
consolidatorManager.registerQueuePkg("ASL.QUEUES_PKG", "MY_PUB");
- registerQueuePkg(String, int, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Assigns a queue package to a publication
Example:
Using ConsolidatorManager,
consolidatorManager.registerQueuePkg("ASL.QUEUES_PKG", Consolidator.QPKG_PLSQL_i , "MY_PUB");
or
consolidatorManager.registerQueuePkg("my.queuepkg.QueueProcessor", Consolidator.QPKG_JAVA_i , "MY_PUB");
- reInstantiatePublicationItem(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
ReInstantiate a PublicationItem.
- remove(int, String) - Static method in class oracle.lite.resource.ResourceCache
-
Remove a Resource object from the cache.
- removeAttribute(String) - Method in class oracle.lite.resource.Resource
-
Remove resource attribute.
- removeBasePlatform(Platform) - Method in class oracle.lite.resource.Platform
-
Remove a base Platform object
- removeCommand(Command) - Method in class oracle.lite.resource.dm.GroupCommand
-
Remove a Command object from the group.
- removeDependencyHint(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Removes depedency hint.
- removeDependencyHint(String, String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
removeDependencyHint
but with an additional db_inst parameter that can be used to specify a
registered app database or the MAIN database.
- removeFromCache(String) - Static method in class oracle.lite.resource.ResourceCache
-
Remove a resource object from the temporary resource cache
- removeJavaResource(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Remove java resource and all associated scripts
- removeMessageHandler(BGMessageHandler) - Method in class oracle.opensync.syncagent.BGSession
-
Remove a custom message handler to sync agent
- removeMobileDmlProcedure(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Removes the customized DML package from a publication item.
- removeProgressListener(OSEProgressListener) - Method in class oracle.opensync.ose.OSESession
-
Remove progress listener
- removePublicationItem(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Removes a publication item from a publication.
- removePublicationSequence(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
This method will remove a sequence from a publication.
- removeSqlScript(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Remove sql script
- removeSyncRule(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Remove sync rule
- removeUserFromGroup(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Removed a user from the given user group.
- removeUsersFromGroup(String, Vector) - Method in class oracle.mobile.admin.MobileResourceManager
-
Remove users from the given user group.
- RESET_COL_OPTIONS - Static variable in class oracle.lite.sync.Consolidator
-
Reset publication item column default and not null constraints
- resetCache() - Method in class oracle.lite.sync.ConsolidatorManager
-
Reset the Mobile Server repository metadata cached in the local JVM
memory.
- resetDeviceSeqHistory(long) - Method in class oracle.lite.resource.Device
-
- resetDownloadInfoHistory() - Method in class oracle.lite.sync.ConsolidatorManager
-
This will reset all the history saved for getDownloadInfo ().
- ResException - Exception in oracle.mobile.admin
-
This is the wrapper class for all the checked exceptions thrown by ResourceManager
- ResException(Exception) - Constructor for exception oracle.mobile.admin.ResException
-
- Resource - Class in oracle.lite.resource
-
All persistent resource classes are derived from this class.
- Resource(ResultSet) - Constructor for class oracle.lite.resource.Resource
-
Construct a resource object from a ResultSet
- RESOURCE_ENABLED - Static variable in interface oracle.lite.resource.ResourceConst
-
Resource attributes
- RESOURCE_VALID - Static variable in interface oracle.lite.resource.ResourceConst
-
- ResourceCache - Class in oracle.lite.resource
-
This class acts as cache for all the resources in the DMS.
- ResourceCache() - Constructor for class oracle.lite.resource.ResourceCache
-
- ResourceConst - Interface in oracle.lite.resource
-
Oracle Lite Mobile Server resource constant strings
- ResourceException - Exception in oracle.lite.resource
-
Exception occurs in the Oracle Lite repository will result in an
ResourceException.
- ResourceException(String, String, String) - Constructor for exception oracle.lite.resource.ResourceException
-
Construct an exeception for a particular resource type.
- ResourceException(String, String) - Constructor for exception oracle.lite.resource.ResourceException
-
Construct an exeception for a particular resource type.
- ResourceException(Exception) - Constructor for exception oracle.lite.resource.ResourceException
-
Construct a ResourceException
from another exception.
- ResourceException(String) - Constructor for exception oracle.lite.resource.ResourceException
-
Construct a ResourceException
object with a message.
- ResourceManager - Class in oracle.lite.resource
-
Instance of this class manages all resource objects in the repository.
- ResourceNotFound - Exception in oracle.lite.resource
-
Resource manager's resource not found exception class.
- ResourceNotFound(String, String, String) - Constructor for exception oracle.lite.resource.ResourceNotFound
-
Construct a ResourceNotFound exeception object
- RESOURCES - Static variable in class oracle.lite.sync.ConsolidatorManager
-
- RESOURCES - Static variable in class oracle.lite.sync.MyCompose
-
- RESOURCES_OBJECT - Static variable in class oracle.lite.sync.Consolidator
-
- resPredicate - Variable in class oracle.lite.sync.Consolidator.TemplateItemMetadata
-
restricting-predicate A restricting predicate can be assigned to a publication
item as it is added to a publication.
- resume() - Method in class oracle.opensync.syncagent.BGSession
-
Resume sync agent.
- RESUME_FAILED - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Failed to resume sync agent
- RESUME_PENDING - Static variable in class oracle.opensync.syncagent.BGAgentStatus
-
Sync agent is in the process of resuming.
- resumeServer() - Method in class oracle.mobile.admin.MobileResourceManager
-
* Resume Mobile Server and put it in back in Multi user mode
- rmt_conn - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
A JDBC connection to the remote database where the base object
of the synonym resides.
- ROLE - Static variable in class oracle.lite.resource.ResourceCache
-
- Role - Class in oracle.lite.resource
-
Represents a Role object in the repository.
- Role(String) - Constructor for class oracle.lite.resource.Role
-
Construct a Role object from the given information.
- rollbackTransaction() - Method in class oracle.mobile.admin.MobileResourceManager
-
Rollback the admin tasks in the current active session.
- RULE_AC_PWR - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_AC_PWR_ri - Static variable in class oracle.lite.sync.Rules
-
Client automatically synchronizes when the AC power is detected; that is, when the device is plugged in.
- RULE_AC_PWR_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_EVAL_DB_LOCKED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Failed to evaluate DB rule because client database is locked
- RULE_EVAL_FAILED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: failed to evaluate a rule
- RULE_HIGH_BANDWIDTH - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_HIGH_BANDWIDTH_ri - Static variable in class oracle.lite.sync.Rules
-
Client automatically synchronizes when the network bandwidth is greater than , where is an integer
that indicates the bandwidth bits/seconds.
- RULE_HIGH_BANDWIDTH_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_LOAD_FAILED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: failed to load or parse a background sync rule
- RULE_LOW_PWR - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_LOW_PWR_ri - Static variable in class oracle.lite.sync.Rules
-
Client automatically synchronizes when the battery level drops to "number"%, where "number" is a percentage.
- RULE_LOW_PWR_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_MAX_DB_REC - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_MAX_DB_REC_ri - Static variable in class oracle.lite.sync.Rules
-
Client automatically synchronizes if the client database for all automatic publication items
on the client contains more than NREC modified records, where you specify the NREC of modifed records
in the client database to trigger an automatic synchronization.
- RULE_MAX_DB_REC_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_MAX_PI_REC - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_MAX_PI_REC_ri - Static variable in class oracle.lite.sync.Rules
-
Client automatically synchronizes if the number of modified records
for a publication item is great than NREC.
- RULE_MAX_PI_REC_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_MIN_MEM - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_MIN_MEM_ri - Static variable in class oracle.lite.sync.Rules
-
If the available memory is less then the specified of bytes, do not start sync sessions.
- RULE_MIN_MEM_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_MIN_PWR - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_MIN_PWR_ri - Static variable in class oracle.lite.sync.Rules
-
If power drops below this level, sync agent should not schedule any synchronization.
- RULE_MIN_PWR_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_NET_PRIORITY - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_NET_PRIORITY_ri - Static variable in class oracle.lite.sync.Rules
-
Network quality can be specified using several properties.
- RULE_NET_PRIORITY_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_NOTIFY_MAX_PUB_REC - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_NOTIFY_MAX_PUB_REC_ri - Static variable in class oracle.lite.sync.Rules
-
Client automatically synchronizes if the server out queue contains more than NREC modified records,
where you specify the NREC of modifed records for a given publication.
- RULE_NOTIFY_MAX_PUB_REC_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- RULE_TIME_INTERVAL - Static variable in class oracle.lite.sync.Rules
-
RuleType
- RULE_TIME_INTERVAL_ri - Static variable in class oracle.lite.sync.Rules
-
Schedule sync at a given time of day with a certain frequency (interval).
- RULE_TIME_INTERVAL_s - Static variable in class oracle.lite.sync.Rules
-
String notation of RuleInfo field
name
- Rules - Class in oracle.lite.sync
-
The Rules class defines the rules for the sync process.
- Rules() - Constructor for class oracle.lite.sync.Rules
-
- Rules.RuleInfo - Class in oracle.lite.sync
-
The RuleInfo class holds the detailed information for the sync rules.
- RULES_OBJECT - Static variable in class oracle.lite.sync.Consolidator
-
- rulesHash - Static variable in class oracle.lite.sync.Rules
-
Hashtable of rules
- rulesList - Static variable in class oracle.lite.sync.Rules
-
A list of rule names
- run() - Method in class oracle.opensync.tools.OSync
-
Run OSync utility programmatically.
- run(String[]) - Static method in class oracle.opensync.tools.SetParam
-
Run SetParam utility.
- RUNNING - Static variable in class oracle.opensync.syncagent.BGAgentStatus
-
Sync agent is running.
- save() - Method in class oracle.lite.resource.Resource
-
Save the object information in the repository.
- saveProfile(String, byte[]) - Method in class oracle.lite.resource.Device
-
Save profile information in the repository.
- saveUser() - Method in class oracle.opensync.ose.OSESession
-
Saves user information in OSE meta files.
- Schedule - Class in oracle.lite.job
-
This class encapsulates the job schedule information.
- Schedule(Date, int) - Constructor for class oracle.lite.job.Schedule
-
Constructor for a non-repeatable job.
- Schedule(Date, int, int, int, int, String, int, String, Date) - Constructor for class oracle.lite.job.Schedule
-
Constructor for a repeatable job.
- SCRIPTS_OBJECT - Static variable in class oracle.lite.sync.Consolidator
-
- searchConsolidatorObject(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns object names matching/containg the specified name for specified object type.
- searchConsolidatorObject(String, int, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Returns object names exactly matching or just containing the specified name for specified object type.
- searchConsolidatorObject(String, String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
- searchConsolidatorObject(String, String, int, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
- SELECT - Static variable in class oracle.lite.resource.dm.Command
-
- SELECT - Static variable in class oracle.lite.resource.dm.DeviceCommand
-
- SELECT - Static variable in class oracle.lite.resource.dm.QueueData
-
- select_stmt - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
A Specifies a (possibly parameterized)
select statement for the new publication item.
- selectPub(String) - Method in class oracle.opensync.ose.OSESession
-
Adds publication to the list of publications to be synchronized
selectively
- send(String, Address) - Method in interface oracle.lite.provider.NetworkProvider
-
Send the command string to the client device.
- send(int, Address) - Method in class oracle.lite.resource.dm.DeviceCommand
-
Send this command to the device.
- SEND - Static variable in interface oracle.opensync.ose.OSEProgressListener
-
Sending data
- SEP - Static variable in interface oracle.lite.resource.ResourceConst
-
- SEQUENCES_OBJECT - Static variable in class oracle.lite.sync.Consolidator
-
- SERVER_ERROR - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Error was received from mobile server
- SERVER_NOTIFICATION - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Info: server notification has been received
- SERVER_NOTIFICATION_FAILED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: failed to get server notification
- service(Device, String, MessageData) - Method in interface oracle.lite.provider.MessageListener
-
This method will be called by DMS for each client message it receives.
- setAccessTime(String) - Method in class oracle.lite.resource.Device
-
Modifiy the last access time of the device.
- setAccessTime() - Method in class oracle.lite.resource.Device
-
Modifiy the last access time of the device.
- setActualName(String) - Method in class oracle.lite.dm.info.FileInfo
-
Set actual file name.
- setAddress(String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
Set address
- setAlwaysAccept(boolean) - Method in class oracle.lite.resource.dm.DeviceCommand
-
- setApplicationClasspath(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the classpath of an application.
- setApplicationDefaultPage(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the default page of an application.
- setApplicationDescription(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the description for an existing application.
- setApplicationIcon(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the icon of an application.
- setApplicationName(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Rename an existing application.
- setApplicationPublication(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Associate the Consolidator publication of an application.
- setApplicationPublishedTime(String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set application publish time with the current time.
- setAppRoot(String) - Method in class oracle.opensync.ose.OSESession
-
Allows specification of the root directory for various internal sync
files as well as database files
- setAttribute(String, Object) - Method in class oracle.lite.resource.Resource
-
Set resource attribute value
- setAutoCommit(boolean) - Method in class oracle.lite.resource.ResourceCache
-
Enable/Disbale database connection 'commit'.
- setBackground(boolean) - Method in class oracle.opensync.ose.OSESession
-
Sets a flag which indicates whether sync should be background
- setBasePlatform(Platform) - Method in class oracle.lite.resource.Platform
-
Set a base Platform.
- setBootstrapCommand(Command) - Method in class oracle.lite.resource.Platform
-
Set new bootstrap command.
- setClassName(String) - Method in class oracle.lite.resource.Provider
-
Set a new provider JAVA class name.
- setClasspath(String) - Method in class oracle.lite.resource.Application
-
- setCommand(String) - Method in class oracle.lite.resource.dm.Command
-
Set a new command string
- setCommands(Vector, Vector) - Method in class oracle.lite.resource.dm.GroupCommand
-
Set a new group of commands and their parameters.
- setCreator(int) - Method in class oracle.lite.sync.Consolidator.OSEPluginProps
-
- setDatabasePassword(String) - Method in class oracle.lite.resource.Application
-
- setDatabaseUser(String) - Method in class oracle.lite.resource.Application
-
- setDBConnections(String, int) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the number of database connections for an existing application.
- setDBConnectionSharing(String, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Enable/disable the database connection sharing for an existing application.
- setDBFactory(DBFactory) - Static method in class oracle.opensync.ose.OSESession
-
- setDBUser(String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the Database User property of an existing application.
- setDfltColOptions - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
If true, default values and not null constraints are replicated to the client
- setDirectory(String) - Method in class oracle.lite.resource.Application
-
Change application's directory name.
- setDisplayName(String) - Method in class oracle.lite.resource.User
-
Set a new display name
- setDSN(String) - Method in class oracle.lite.resource.Application
-
Change application DSN name.
- setEnabled(boolean) - Method in class oracle.lite.resource.Device
-
Enable or Disable device object.
- setEnabled(boolean) - Method in class oracle.lite.resource.Resource
-
Enable or Disable a resource.
- setEncryptDatabases(boolean) - Method in class oracle.opensync.ose.OSESession
-
Enables database encryption for new databases created during sync.
- setEncryptionType(int) - Method in class oracle.opensync.ose.OSESession
-
Sets sync encryption type to one of: ENC_AES, ENC_SSL or ENC_NONE
- setExpirationTime(long) - Method in class oracle.lite.resource.dm.QueueData
-
Set a new expiration duration (in minutes)
Caller must invoke 'save' method to persist the change
- setExternal(boolean) - Method in class oracle.lite.resource.User
-
Set a flag indicating if the user is external.
- setFlushOnCommit(boolean) - Static method in class oracle.lite.resource.ResourceManager
-
- setForceRefresh(boolean) - Method in class oracle.opensync.ose.OSESession
-
To wipe out all of client's data and replace it with server's data,
set this to true.
- setFullName(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the full name information for an existing Mobile Server user.
- setGraceLoginMode() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Sets the status of grace login mode to true.
- setGroupAccess(String, String, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set application access for a group.
- setGroupRoleAccess(String, String, String, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set Group access with a role.
- setGroupRoleAccess(String, String, Vector, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Grant or revoke application role for the group.
- setGroupUserAccess(String, String, String, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
This method assigns finer grain user access to the application in a group level.
- setGUID(String) - Method in class oracle.lite.resource.User
-
Set a new GUID.
- setIcon(String) - Method in class oracle.lite.resource.Application
-
- setINF(String) - Method in class oracle.lite.resource.Application
-
- setINF(String) - Method in class oracle.lite.resource.Platform
-
Change platform's INF file name
- setIOSParams(String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
set iOS device command parameters
current iOS commands take at most 1 parameter, if they take more than 1
parameter, the function needs to be modified.
- setLastModified(String) - Method in class oracle.lite.dm.info.FileInfo
-
Set a new last modified time.
- setMaxConnection(String) - Method in class oracle.lite.resource.Application
-
- setMaxSize(int) - Method in class oracle.lite.resource.LogManager
-
Set maximum log size of an object (Device, User etc)
- setMessagingMetadata(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Set new meta data string for a network provider
- setMetaData(String) - Method in class oracle.lite.resource.Provider
-
Set new meta data string
- setMiscellaneous(String) - Method in class oracle.lite.resource.Application
-
- setMobilePrivileges(String, String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Sets either DBA or operational privileges for mobile server.
- setMobilePrivileges(String, String, String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same as
setMobilePrivileges
but can be used both for app databases and MAIN
database by specifying the appropriate JDBC url.
- setName(String) - Method in class oracle.lite.resource.Device
-
Set a new device name.
- setName(String) - Method in class oracle.lite.resource.dm.Command
-
Set a new name (or description) string
- setName(String) - Method in class oracle.lite.resource.Platform
-
Change platform name.
- setNew(boolean) - Method in class oracle.lite.resource.Resource
-
- setNewPassword(char[]) - Method in class oracle.opensync.ose.OSESession
-
Allows clients to modify their password.
- setPage(String) - Method in class oracle.lite.resource.Application
-
- SetParam - Class in oracle.opensync.tools
-
- SetParam() - Constructor for class oracle.opensync.tools.SetParam
-
- setParameter(String, String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
Set parameter - Name/Value pair
- setParameterInfo(String, String, String, String) - Method in class oracle.lite.resource.dm.Command
-
Set parameter information (Parameter Names and values)
- setParameters(String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
Set device command parameters
- setPassword(String) - Method in class oracle.lite.resource.User
-
Set a temporary password for the user.
- setPassword(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set password for an existing Mobile Server user.
- setPassword(char[]) - Method in class oracle.opensync.ose.OSESession
-
Sets sync user password
- setPasswordAboutToExpire() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Sets the status of password about to expire mode to true.
- setPasswordMustChange() - Method in class oracle.lite.provider.auth.ExtAuthResult
-
Sets the status of password must change mode to true.
- setPlatform(Platform) - Method in class oracle.lite.resource.Device
-
Set Platform
for this device.
- setPolicy(String, Object) - Method in class oracle.lite.resource.Entity
-
Set a new policy string for this entity.
- setPrimaryAddress(Address) - Method in class oracle.lite.resource.Device
-
Set the given address as the primary address of the device.
- setPrimaryMessagingAddress(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Set a message provider's address as the primary address
of a client device
- setPriority(int) - Method in class oracle.lite.resource.dm.DeviceCommand
-
Set a new request priority.
- setPrivilege(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set the privilege for an existing Mobile Server user.
- setProgress(OSEProgressListener) - Method in class oracle.opensync.ose.OSESession
-
Set sync progress listener
- setProviderId(String) - Method in class oracle.lite.resource.Address
-
Set a new provider id.
- setProxy(String) - Method in class oracle.opensync.ose.OSESession
-
Sets current http proxy.
- setPseudo(boolean) - Method in class oracle.lite.resource.dm.DeviceCommand
-
- setPubApplyDuringSync(String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Sets a publication in queue to be/not to be applied during sync
Example:
consolidatorManager.setPubApplyDuringSync ( "MY_PUB", true )
- setPubItemColOption(String, String, int, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Same setPubItemColOption.
- setPubItemColOption(String, String, int, String, boolean) - Method in class oracle.lite.sync.ConsolidatorManager
-
Sets NOT NULL and DEFAULT options of a publication item column(s).
- setPublicationDeviceType(String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Sets device type(s) of a publication
Example:
SetPublicationDeviceType ( "MY_PUB", Consolidator.DEV_FLG_WCE | Consolidator.DEV_FLG_WIN32 )
- setPublicationDeviceType(String, long) - Method in class oracle.lite.sync.ConsolidatorManager
-
- setPublisher(String) - Method in class oracle.lite.resource.Application
-
- setPubListQ(LinkedList) - Method in class oracle.lite.sync.queue.ConsolidatorQueueProcessor
-
Called before downloadInit() is called, to identify which publication
items need to be synchronized.
- setPushMagic(String) - Method in class oracle.lite.resource.Device
-
- setRole(String) - Method in class oracle.lite.resource.User
-
Set a new role.
- setSavePassword(boolean) - Method in class oracle.opensync.ose.OSESession
-
Sets the flag for persistently saving user password.
- setSequenceNo(int) - Method in class oracle.lite.resource.Address
-
Set a new sequence number for this address.
- setShareConnection(String) - Method in class oracle.lite.resource.Application
-
- setSid(Object) - Method in class oracle.lite.resource.CredAuthResult
-
- setSize(String) - Method in class oracle.lite.dm.info.FileInfo
-
Set a new file size.
- setSqlScriptWeight(String, String, int) - Method in class oracle.lite.sync.ConsolidatorManager
-
Set sql script weight
- setStartSyncAgent(boolean) - Method in class oracle.opensync.ose.OSESession
-
Sets a flag which indicates whether to start the Sync Agent
upon sync completion
- setStartSyncAgent(boolean) - Method in class oracle.opensync.tools.OSync
-
- setStatus(String) - Method in class oracle.lite.dm.info.AppInfo
-
- setStatus(String, String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
Update the status time of the DeviceCommand object
- setSubscriptionParameter(String, String, String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Sets subscription parameter values for a client.
- setSyncApps(boolean) - Method in class oracle.opensync.ose.OSESession
-
Sets a flag that indicates whether application/client updates
should be downloaded during sync
- setSyncDirection(int) - Method in class oracle.opensync.ose.OSESession
-
Sets the sync direction.
- setSyncNewPub(boolean) - Method in class oracle.opensync.ose.OSESession
-
Sets flag for enabling synchronization of new publications.
- setSyncPriority(int) - Method in class oracle.opensync.ose.OSESession
-
Sets sync priority.
- setSyncRuleParams(int, Hashtable) - Method in class oracle.lite.sync.ConsolidatorManager
-
==============
-- RULE_MAX_DB_REC Setting sync immediately if database contains more than modified
records (Passing pub name, record numbers)
-- Getting sync immediately if database contains more than modified records( passing
pub name return RULE PROPS OBJECT with NREC or NULL)
props:
NREC
-- RULE_MAX_PI_REC Setting immediately if out queue contains more than modified
records(Passing pub item name, record numbers)
-- Getting immediately if out queue contains more than modified records(Passing pub
item name return RULE PROPS OBJECT with NREC or NULL)
props:
NREC
For Platform rules:
============
EVENTS:
-- RULE_HIGH_BANDWIDTH Setting sync immediately when network bandwidth greater than x
bits/sec (Passing platform FLAG, network bandwidth)
-- Getting sync immediately when network bandwidth greater than x bits/sec (Passing
platform name return RULE PROPS OBJECT w NET or NULL)
props:
NET
-- RULE_LOW_PWR Setting sync immediately when battery level drop to x percentage
(Passing platform name, battery level)
-- Getting sync immediately when battery level drop to x percentage (Passing platform
name return return RULE PROPS OBJECT w BAT or NULL)
props:
BAT
-- RULE_AC_PWR Setting sync immediately when AC power is detected (passing platform
name)
-- Getting sync immediately when AC power is detected (passing platform name return
RULE PROPS OBJECT w AC or NULL)
props:
AC
CONDITIONS:
-- RULE_MIN_PWR Setting only sync if battery level equal to or greater than X %(
Passing Platform name, battery level)
-- Getting only sync if battery level equal to or greater than X %( Passing Platform
name return RULE PROPS OBJECT w BAT or NULL)
props:
BAT
Setting network priority rules
-- RULE_NET_PRIORITY (Passing Platform, vector of RULE PROPS objects)
-- Getting network priority rules (passing platform, return vector of RULE PROPS
objects)
props:
PRIO
SPEED
PING
AUTODIAL
_________________________________
Setting network parameters
-- NET_CONFIG Setting parameters (passing Platform, vector of RULE PROPS objects)
-- Getting network parameters (passing Platform, return vector of RULE PROPS objects)
props:
NAME,PROXY
- setSyncRuleParams(int, Hashtable) - Static method in class oracle.lite.sync.Rules
-
Set the sync rule parameters.
- setTemplateItemMetadata(Consolidator.TemplateItemMetadata) - Method in class oracle.lite.sync.ConsolidatorManager
-
Set meta info of a template item.
- setTemplateVariable(String, String, String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set a snapshot template variable value for a particular user.
- setTemplateVariables(String, String, Hashtable) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set snapshot template variables for a particular user.
- setTemporary() - Method in class oracle.lite.resource.Device
-
Temporariliy enable the device.
- setToken(byte[]) - Method in class oracle.lite.resource.Device
-
- setTransportType(int) - Method in class oracle.opensync.ose.OSESession
-
Sets current transport type.
- setType(String) - Method in class oracle.lite.resource.Device
-
Change device type.
- setType(short) - Method in class oracle.lite.resource.dm.Command
-
Set a command type.
- setType(String) - Method in class oracle.lite.resource.Platform
-
Change platform type.
- setType(String) - Method in class oracle.lite.resource.Provider
-
Change Provider's type.
- setUdid(String) - Method in class oracle.lite.resource.Device
-
- setUdid(String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
- setUnlockToken(byte[]) - Method in class oracle.lite.resource.Device
-
- setURL(String) - Method in class oracle.opensync.ose.OSESession
-
Sets HTTP URL of the mobile server
- setUseFiles(boolean) - Method in class oracle.opensync.ose.OSESession
-
Enables switching between streaming and using files to transport
synchronization data.
- setUser(User) - Method in class oracle.lite.resource.CredAuthResult
-
- setUserAccess(String, String, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Sets application access for the user.
- setUserCompleteRefresh(String, String) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set complete refresh on the given platform next time the user do a sync.
- setUseResume(boolean) - Method in class oracle.opensync.ose.OSESession
-
Enables using resume functionality, which will attempt to resume
sending or receiving data during sync in light of network failure.
- setUserRoleAccess(String, String, String, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Grant or revoke application role for the user.
- setUserRoleAccess(String, String, Vector, boolean) - Method in class oracle.mobile.admin.MobileResourceManager
-
Grant or revoke application role for the user.
- setUsersAccess(String, String[]) - Method in class oracle.mobile.admin.MobileResourceManager
-
Set access of an application for an array of users.
- setUserTransport(OSETransport) - Method in class oracle.opensync.ose.OSESession
-
Sets custom user-defined transport for sync
- setUuid(String) - Method in class oracle.lite.resource.dm.DeviceCommand
-
- setVerify() - Method in class oracle.lite.resource.dm.DeviceCommand
-
Set verification status of DeviceCommand object
- setVirtualPath(String) - Method in class oracle.lite.resource.Application
-
- shareConnection(String, Object) - Method in class oracle.opensync.ose.OSESession
-
Provides database connection handle from the application to
use in OSE engine, instead of engine opening its own database
connection, which is default.
- showUI() - Method in class oracle.opensync.syncagent.BGSession
-
Bring up sync agent UI.
- shrinkSharedMap(String, String) - Method in class oracle.lite.sync.ConsolidatorManager
-
Remove clients data from the shared publication item map table
- shrinkSharedMaps() - Method in class oracle.lite.sync.ConsolidatorManager
-
Remove clients data from all shared publication item map tables
- size() - Method in class oracle.lite.sync.DownloadInfo
-
Returns the number of Publication Items in the set.
- SNAP_NAME_NOT_FOUND - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Could not find snapshot with given name
- SNAPSHOT_ID_EXISTS - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Snapshot with given id already exists
- SNAPSHOT_ID_NOT_FOUND - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Could not find snapshot with given id
- SoftwareInfo - Class in oracle.lite.dm.info
-
This class will parse and hold client software information collected
from the client device.
- SoftwareInfo(String) - Constructor for class oracle.lite.dm.info.SoftwareInfo
-
Construct a SoftwareInfo
object given a Device Id.
- SoftwareInfo(String, String) - Constructor for class oracle.lite.dm.info.SoftwareInfo
-
Construct a SoftwareInfo
object given a Device Id
and Application name.
- SoftwareInfo(Device, InputStream) - Constructor for class oracle.lite.dm.info.SoftwareInfo
-
Construct a SoftwareInfo
object given a
Device
object and a java.io.InputStream
- source - Variable in class oracle.opensync.util.LogMessage
-
Name of application that created the message
- SQL_RULE_MISSING_QUERY - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Missing query string for SQL rule
- SQLITE_CREATOR_ID - Static variable in class oracle.lite.sync.Consolidator
-
SQLite creator id constant
Note that BDB clients support a union of BDB_CREATOR_ID and SQLITE_CREATOR_ID publications
- SqlUpdate - Class in oracle.lite.resource
-
Helper class to prepare, bind and execute SQL statements.
- SqlUpdate(String, Object[]) - Constructor for class oracle.lite.resource.SqlUpdate
-
Construct a SqlUpdate object
- start() - Method in class oracle.opensync.syncagent.BGSession
-
Start sync agent.
- START_FAILED - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Failed to start sync agent
- START_PENDING - Static variable in class oracle.opensync.syncagent.BGAgentStatus
-
Sync agent is in the process of starting.
- startTime - Variable in class oracle.opensync.syncagent.BGSyncStatus
-
Start time of current or last sync in milliseconds since the standard
base time of January 1, 1970, 00:00:00 GMT. 0 if the sync has not yet
started or the last sync time is not known.
- statusCode - Variable in class oracle.opensync.syncagent.BGAgentStatus
-
Status code represented by one of the constants above.
- statusName(int) - Static method in class oracle.opensync.syncagent.BGAgentStatus
-
Get language-specific name of a given status code
- stop() - Method in class oracle.opensync.syncagent.BGSession
-
Stop sync agent.
- STOP_FAILED - Static variable in interface oracle.opensync.syncagent.BGExceptionConstants
-
Failed to stop sync agent
- STOP_PENDING - Static variable in class oracle.opensync.syncagent.BGAgentStatus
-
- STOPPED - Static variable in class oracle.opensync.syncagent.BGAgentStatus
-
Sync agent application is not running.
- StorageInfo - Class in oracle.lite.dm.info
-
Holds information about the client device' storage.
- StorageInfo(Element) - Constructor for class oracle.lite.dm.info.StorageInfo
-
Construct 'StorageInfo' object by retrieving storage
information from the XML element.
- store - Variable in class oracle.lite.sync.Consolidator.PubItemProps
-
Specifies the synonym name.
- STR_ANY - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_BASE_NAME - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_DMC - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_EMPTY - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_FALSE - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_INF - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_INF_EXT - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_ONE - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_TRUE - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_WILD - Static variable in interface oracle.lite.resource.ResourceConst
-
- STR_ZERO - Static variable in interface oracle.lite.resource.ResourceConst
-
- SUCCESS - Static variable in class oracle.lite.job.ExecutionResult
-
- suspendServer(WTGUser) - Method in class oracle.mobile.admin.MobileResourceManager
-
* Suspend Mobile Server and put it in Single user mode.
- sync() - Method in class oracle.opensync.ose.OSESession
-
Performs sync.
- SYNC_CANCELED - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Sync was canceled from another thread
- SYNC_FAILED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Error: sync failed
- SYNC_FINISHED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Info: sync has finished successfully
- SYNC_STARTED - Static variable in interface oracle.opensync.syncagent.BGMessageConstants
-
Info: sync has started
- SYNC_UNAVAILABLE - Static variable in interface oracle.opensync.ose.OSEExceptionConstants
-
Not ready yet for sync
- synchronize(String, int) - Method in class oracle.lite.resource.ResourceCache
-
Synchronize resource cache of all running instances of mobile servers.
- SyncLog - Class in oracle.lite.dm.info
-
This class will parse and hold Synchronization log of the client device.
- SyncLog(String) - Constructor for class oracle.lite.dm.info.SyncLog
-
Construct a SyncLog
object.
- SYSTEM_ID - Static variable in interface oracle.lite.resource.ResourceConst
-