setReplicatedAdapterDirectProxy abstract method

void setReplicatedAdapterDirectProxy(
  1. String adapterId,
  2. String replicaGroupId,
  3. Object p
)

Set the adapter endpoints with the locator registry. @param adapterId The adapter id. @param replicaGroupId The replica group id. @param p The adapter proxy (a dummy direct proxy created by the adapter). The direct proxy contains the adapter endpoints. @throws AdapterNotFoundException Raised if the adapter cannot implements be found, or if the locator only allows registered adapters to set their active proxy and the adapter is not registered with the locator.

@throws AdapterAlreadyActiveException Raised if an adapter with the same implements id is already active.

@throws InvalidReplicaGroupIdException Raised if the given implements replica group doesn't match the one registered with the locator registry for this object adapter.

Implementation

void setReplicatedAdapterDirectProxy(
    String adapterId, String replicaGroupId, Object p);