setAdapterDirectProxy abstract method

void setAdapterDirectProxy(
  1. String id,
  2. Object proxy
)

Set the adapter endpoints with the locator registry. @param id The adapter id. @param proxy 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.

Implementation

void setAdapterDirectProxy(String id, Object proxy);