findObjectById abstract method

Object findObjectById(
  1. Identity id
)

Find an object by identity and return a proxy that contains the adapter ID or endpoints which can be used to access the object. @param id The identity. @return The proxy, or null if the object is not active. @throws ObjectNotFoundException Raised if the object cannot implements be found.

Implementation

Object findObjectById(Identity id);