X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.databoard%2Fsrc%2Forg%2Fsimantics%2Fdataboard%2Fmethod%2FMethodInterface.java;h=a24af9cdccaf18d2a95dfde15d9bf78ab710e9e8;hb=3f5adda763f6281e9988277d067c1f71615e3da2;hp=6238feb9da7b8a18145518be1ad7d70d1c49a138;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.databoard/src/org/simantics/databoard/method/MethodInterface.java b/bundles/org.simantics.databoard/src/org/simantics/databoard/method/MethodInterface.java index 6238feb9d..a24af9cdc 100644 --- a/bundles/org.simantics.databoard/src/org/simantics/databoard/method/MethodInterface.java +++ b/bundles/org.simantics.databoard/src/org/simantics/databoard/method/MethodInterface.java @@ -1,27 +1,27 @@ -/******************************************************************************* - * Copyright (c) 2010 Association for Decentralized Information Management in - * Industry THTH ry. - * 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 - * http://www.eclipse.org/legal/epl-v10.html - * - * Contributors: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ +/******************************************************************************* + * Copyright (c) 2010 Association for Decentralized Information Management in + * Industry THTH ry. + * 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 + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.databoard.method; -import java.util.concurrent.TimeUnit; - -import org.simantics.databoard.Datatypes; +import java.util.concurrent.TimeUnit; -/** +import org.simantics.databoard.Datatypes; + +/** * MethodInterface is an interface for invoking methods.

- * - * If MethodInterface is executed on TCP/IP socket, the current - * Connection can be acquired with Connection#getCurrentConnection(). - * You can attach close listener this way.

- * + * + * If MethodInterface is executed on TCP/IP socket, the current + * Connection can be acquired with Connection#getCurrentConnection(). + * You can attach close listener this way.

+ * * MethodInterface may be used from multiple-threads simultaneously. * * @see Server puts a MethodInterface in a server socket