Community
Participate
Working Groups
/*******************************************************************************
* Copyright (c) 2009 IBM Corporation and others.
* Copyright (c) 2009, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* @noreference This method is not intended to be referenced by clients.
*/
public final Object getService(Bundle bundle, ServiceRegistration registration) {
if (sessionRegistration != null)
if (sessionRegistration == null)
sessionRegistration = registration;
return this;
}