connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/AbstractConnectedService2.java
branchRCL_2_4
changeset 900 8b30bf718a17
parent 898 b8f39c88d4f1
child 1089 c18e25401dcf
equal deleted inserted replaced
898:b8f39c88d4f1 900:8b30bf718a17
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    33 import com.nokia.carbide.remoteconnections.internal.api.IConnectedService2;
    33 import com.nokia.carbide.remoteconnections.internal.api.IConnectedService2;
    34 import com.nokia.cpp.internal.api.utils.core.Check;
    34 import com.nokia.cpp.internal.api.utils.core.Check;
    35 import com.nokia.cpp.internal.api.utils.core.ListenerList;
    35 import com.nokia.cpp.internal.api.utils.core.ListenerList;
    36 import com.nokia.cpp.internal.api.utils.core.ObjectUtils;
    36 import com.nokia.cpp.internal.api.utils.core.ObjectUtils;
    37 
    37 
       
    38 /**
       
    39  * @since 2.5
       
    40  */
    38 public abstract class AbstractConnectedService2 implements IConnectedService2 {
    41 public abstract class AbstractConnectedService2 implements IConnectedService2 {
    39 	
    42 	
    40 	public final static int TIMEOUT = 2000;
    43 	public final static int TIMEOUT = 2000;
    41 
    44 
    42 	public static class ConnectionFailException extends Exception {
    45 	public static class ConnectionFailException extends Exception {