org.rococoa.cocoa.syncservices
Interface SyncServicesLibrary

All Superinterfaces:
Library

public interface SyncServicesLibrary
extends Library

JNA Wrapper for library SyncServices
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static interface SyncServicesLibrary.__ISyncChangeType
           
static interface SyncServicesLibrary.__ISyncStatus
           
static class SyncServicesLibrary.ISyncAvailabilityChangedNotification
          Distributed notification posted by the server when availability/enablement changes.
static class SyncServicesLibrary.ISyncChangePropertyActionKey
           
static class SyncServicesLibrary.ISyncChangePropertyClear
           
static class SyncServicesLibrary.ISyncChangePropertyNameKey
           
static class SyncServicesLibrary.ISyncChangePropertySet
           
static class SyncServicesLibrary.ISyncChangePropertyValueKey
           
static class SyncServicesLibrary.ISyncClientTypeApplication
           
static class SyncServicesLibrary.ISyncClientTypeDevice
           
static class SyncServicesLibrary.ISyncClientTypePeer
           
static class SyncServicesLibrary.ISyncClientTypeServer
           
static class SyncServicesLibrary.ISyncInvalidEntityException
          These exceptions are thrown when trying to synchronize an invalid entity (one that has not been
registered) or a valid entity that the client was not registered to synchronize.
static class SyncServicesLibrary.ISyncInvalidRecordException
          This exception may be thrown during the push phase.
static class SyncServicesLibrary.ISyncInvalidRecordIdentifiersKey
           
static class SyncServicesLibrary.ISyncInvalidRecordReasonsKey
           
static class SyncServicesLibrary.ISyncInvalidRecordsKey
           
static class SyncServicesLibrary.ISyncRecordEntityNameKey
          Every record passed to the sync engine (and every record received from the sync engine) must be
associated with an entity.
static class SyncServicesLibrary.ISyncServerUnavailableException
          Exception raised when communication to the server is lost.
static class SyncServicesLibrary.ISyncSessionCancelledException
          This exception may be thrown from any instance method on ISyncSession.
static class SyncServicesLibrary.ISyncSessionUnavailableException
           
static class SyncServicesLibrary.ISyncUnsupportedEntityException
           
 
Nested classes/interfaces inherited from interface com.sun.jna.Library
Library.Handler
 
Field Summary
static SyncServicesLibrary INSTANCE
           
 
Fields inherited from interface com.sun.jna.Library
OPTION_ALLOW_OBJECTS, OPTION_CALLING_CONVENTION, OPTION_FUNCTION_MAPPER, OPTION_INVOCATION_MAPPER, OPTION_STRUCTURE_ALIGNMENT, OPTION_TYPE_MAPPER
 

Field Detail

INSTANCE

static final SyncServicesLibrary INSTANCE