Implementation of ServiceReference. This manages the actual instance of the service and implements the invocation of the Activatable interface on the service.
Whenever the service is requested a proxy is returned which points to this class. This means that the instance can be passivated even though a client is holding on to a service proxy.