X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FServerInformation.java;h=b4937209cf8649ed75ae4865741564baa284a342;hb=HEAD;hp=2aee7cae9a1f1d4d0121cc27c4c57f5246eef2f4;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/ServerInformation.java b/bundles/org.simantics.db/src/org/simantics/db/service/ServerInformation.java index 2aee7cae9..b4937209c 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/service/ServerInformation.java +++ b/bundles/org.simantics.db/src/org/simantics/db/service/ServerInformation.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright (c) 2007, 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.db.service; - -public interface ServerInformation { - - public String getServerId(); - public String getProtocolId(); - public String getDatabaseId(); - public String getCharacterSet(); - public long getFirstChangeSetId(); - -} +/******************************************************************************* + * Copyright (c) 2007, 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.db.service; + +public interface ServerInformation { + + public String getServerId(); + public String getProtocolId(); + public String getDatabaseId(); + public String getCharacterSet(); + public long getFirstChangeSetId(); + +}