|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReplica
IDL: [ helpstring("IReplica Interface"), dual, oleautomation, dispatchable ] interface
Nested Class Summary | |
---|---|
static class |
IReplica.Disp
Implementation, COM to Java. |
static class |
IReplica.Jni
Implementation, Java to COM. |
Field Summary | |
---|---|
static GUID |
IID
IDL: [uuid(D2D139E0-B6CA-11D1-9F31-00C04FC29D52)] |
static Class |
TYPELIB
|
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
Method Summary | |
---|---|
void |
CreateReplica(String replicaName,
String description,
int ReplicaType,
int Visibility,
int Priority,
int updatability)
IDL: [ helpstring("") ] |
IDispatch |
getActiveConnection()
IDL: [ helpstring("") ] |
String |
getConflictFunction()
IDL: [ helpstring("") ] |
_Recordset |
getConflictTables()
IDL: [ helpstring("") ] |
Object |
getDesignMasterId()
IDL: [ helpstring("") ] |
Filters |
getFilters()
IDL: [ helpstring("") ] |
boolean |
GetObjectReplicability(String objectName,
String objectType)
IDL: [ helpstring("") ] |
int |
getPriority()
IDL: [ helpstring("") ] |
Object |
getReplicaId()
IDL: [ helpstring("") ] |
int |
getReplicaType()
IDL: [ helpstring("") ] |
int |
getRetentionPeriod()
IDL: [ helpstring("") ] |
int |
getVisibility()
IDL: [ helpstring("") ] |
void |
MakeReplicable(String connectionString,
boolean columnTracking)
IDL: [ helpstring("") ] |
void |
PopulatePartial(String FullReplica)
IDL: [ helpstring("") ] |
void |
setActiveConnection(Object ppconn)
IDL: [ helpstring("") ] |
void |
setConflictFunction(String pbstr)
IDL: [ helpstring("") ] |
void |
setDesignMasterId(Object pvar)
IDL: [ helpstring("") ] |
void |
SetObjectReplicability(String objectName,
String objectType,
boolean replicability)
IDL: [ helpstring("") ] |
void |
setrefActiveConnection(IDispatch ppconn)
IDL: [ helpstring("") ] |
void |
setRetentionPeriod(int pl)
IDL: [ helpstring("") ] |
void |
Synchronize(String target,
int syncType,
int syncMode)
IDL: [ helpstring("") ] |
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown |
---|
QueryInterface, QueryInterface, Release |
Field Detail |
---|
static final Class TYPELIB
static final GUID IID
IDL: [uuid(D2D139E0-B6CA-11D1-9F31-00C04FC29D52)]
Method Detail |
---|
void setrefActiveConnection(IDispatch ppconn)
IDL: [ helpstring("") ]
ppconn
- IDL: [in] IDispatch*
void setActiveConnection(Object ppconn)
IDL: [ helpstring("") ]
ppconn
- IDL: [in] VARIANT
IDispatch getActiveConnection()
IDL: [ helpstring("") ]
IDL: [out] [retval] IDispatch**
String getConflictFunction()
IDL: [ helpstring("") ]
IDL: [out] [retval] BSTR*
void setConflictFunction(String pbstr)
IDL: [ helpstring("") ]
pbstr
- IDL: [in] BSTR
_Recordset getConflictTables()
IDL: [ helpstring("") ]
IDL: [out] [retval] _Recordset**
Object getDesignMasterId()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
void setDesignMasterId(Object pvar)
IDL: [ helpstring("") ]
pvar
- IDL: [in] VARIANT
int getPriority()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
Object getReplicaId()
IDL: [ helpstring("") ]
IDL: [out] [retval] VARIANT*
int getReplicaType()
IDL: [ helpstring("") ]
IDL: [out] [retval] ReplicaTypeEnum*
int getRetentionPeriod()
IDL: [ helpstring("") ]
IDL: [out] [retval] LONG*
void setRetentionPeriod(int pl)
IDL: [ helpstring("") ]
pl
- IDL: [in] LONG
int getVisibility()
IDL: [ helpstring("") ]
IDL: [out] [retval] VisibilityEnum*
void CreateReplica(String replicaName, String description, int ReplicaType, int Visibility, int Priority, int updatability)
IDL: [ helpstring("") ]
replicaName
- IDL: [in] BSTR
description
- IDL: [in] BSTR
ReplicaType
- IDL: [in] [optional] [default] ReplicaTypeEnum
Visibility
- IDL: [in] [optional] [default] VisibilityEnum
Priority
- IDL: [in] [optional] [default] LONG
updatability
- IDL: [in] [optional] [default] UpdatabilityEnum
boolean GetObjectReplicability(String objectName, String objectType)
IDL: [ helpstring("") ]
objectName
- IDL: [in] BSTR
objectType
- IDL: [in] BSTR
IDL: [out] [retval] VARIANT_BOOL*
void SetObjectReplicability(String objectName, String objectType, boolean replicability)
IDL: [ helpstring("") ]
objectName
- IDL: [in] BSTR
objectType
- IDL: [in] BSTR
replicability
- IDL: [in] VARIANT_BOOL
void MakeReplicable(String connectionString, boolean columnTracking)
IDL: [ helpstring("") ]
connectionString
- IDL: [in] [optional] [default] BSTR
columnTracking
- IDL: [in] [optional] [default] VARIANT_BOOL
void PopulatePartial(String FullReplica)
IDL: [ helpstring("") ]
FullReplica
- IDL: [in] BSTR
void Synchronize(String target, int syncType, int syncMode)
IDL: [ helpstring("") ]
target
- IDL: [in] BSTR
syncType
- IDL: [in] [optional] [default] SyncTypeEnum
syncMode
- IDL: [in] [optional] [default] SyncModeEnum
Filters getFilters()
IDL: [ helpstring("") ]
IDL: [out] [retval] Filters**
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |