com.moesol.bindings.platform_sdk.data_services
Class Replica

java.lang.Object
  extended by com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
      extended by com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
          extended by com.moesol.bindings.platform_sdk.data_services.IReplica.Jni
              extended by com.moesol.bindings.platform_sdk.data_services.Replica
All Implemented Interfaces:
IDispatch, IUnknown, IReplica
Direct Known Subclasses:
Replica.Jni

public class Replica
extends IReplica.Jni

IDL: [ helpstring("JRO Replica Class"), creatable ]

coclass Replica {
    [default] dispatch IReplica
};


Nested Class Summary
static class Replica.Jni
           
 
Nested classes/interfaces inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
IDispatch.Jni.MoeSolInternal
 
Nested classes/interfaces inherited from interface com.moesol.bindings.platform_sdk.data_services.IReplica
IReplica.Disp
 
Field Summary
static GUID CLSID
          IDL: [uuid(D2D139E3-B6CA-11D1-9F31-00C04FC29D52)]
static Class TYPELIB
           
 
Fields inherited from interface com.moesol.bindings.platform_sdk.data_services.IReplica
IID
 
Fields inherited from interface com.moesol.bindings.platform_sdk.component_services.IDispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF
 
Constructor Summary
  Replica()
          Create a new instance using CLSCTX_ALL.
  Replica(int clsctx)
          Create a new instance.
protected Replica(Replica.Jni marker)
          Create a new instances for reverse COM.
 
Method Summary
 
Methods inherited from class com.moesol.bindings.platform_sdk.data_services.IReplica.Jni
CreateReplica, getActiveConnection, getConflictFunction, getConflictTables, getDesignMasterId, getFilters, GetObjectReplicability, getPriority, getReplicaId, getReplicaType, getRetentionPeriod, getVisibility, MakeReplicable, PopulatePartial, setActiveConnection, setConflictFunction, setDesignMasterId, SetObjectReplicability, setrefActiveConnection, setRetentionPeriod, Synchronize
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IDispatch.Jni
Invoke
 
Methods inherited from class com.moesol.bindings.platform_sdk.component_services.IUnknown.Jni
equals, finalize, hashCode, internalOnSetInterface, QueryInterface, QueryInterface, Release, toString
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.moesol.bindings.platform_sdk.component_services.IUnknown
QueryInterface, QueryInterface, Release
 

Field Detail

TYPELIB

public static final Class TYPELIB

CLSID

public static final GUID CLSID
IDL: [uuid(D2D139E3-B6CA-11D1-9F31-00C04FC29D52)]

Constructor Detail

Replica

public Replica()
Create a new instance using CLSCTX_ALL.


Replica

public Replica(int clsctx)
Create a new instance.

Parameters:
clsctx - Context in which the code that manages the newly created object will run. The values are taken from the enumeration CLSCTX.

Replica

protected Replica(Replica.Jni marker)
Create a new instances for reverse COM. Does not call CoCreateInstance.

Parameters:
marker -


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.