public class ServerHostImpl extends Object implements ServerHost
Constructor and Description |
---|
ServerHostImpl(org.eclipse.core.databinding.observable.Realm realm) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
void |
removeServer(org.eclipse.scada.da.server.ui.internal.ServerHostImpl.HostedServerDescriptor server) |
Collection<? extends ServerDescriptor> |
startServer(DocumentRoot root,
String locationLabel) |
Collection<? extends ServerDescriptor> |
startServer(org.eclipse.core.resources.IFile exporterFile) |
Collection<? extends ServerDescriptor> |
startServer(String exporterFileUri) |
Collection<? extends ServerDescriptor> |
startServer(org.eclipse.emf.common.util.URI exporterFileUri) |
Collection<? extends ServerDescriptor> |
startServer(org.eclipse.emf.common.util.URI exporterFileUri,
String locationLabel) |
public ServerHostImpl(org.eclipse.core.databinding.observable.Realm realm)
public void removeServer(org.eclipse.scada.da.server.ui.internal.ServerHostImpl.HostedServerDescriptor server)
public void dispose()
public Collection<? extends ServerDescriptor> startServer(org.eclipse.core.resources.IFile exporterFile) throws org.eclipse.core.runtime.CoreException
startServer
in interface ServerHost
org.eclipse.core.runtime.CoreException
public Collection<? extends ServerDescriptor> startServer(String exporterFileUri) throws org.eclipse.core.runtime.CoreException
startServer
in interface ServerHost
org.eclipse.core.runtime.CoreException
public Collection<? extends ServerDescriptor> startServer(org.eclipse.emf.common.util.URI exporterFileUri) throws org.eclipse.core.runtime.CoreException
startServer
in interface ServerHost
org.eclipse.core.runtime.CoreException
public Collection<? extends ServerDescriptor> startServer(org.eclipse.emf.common.util.URI exporterFileUri, String locationLabel) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
public Collection<? extends ServerDescriptor> startServer(DocumentRoot root, String locationLabel) throws org.eclipse.core.runtime.CoreException
startServer
in interface ServerHost
org.eclipse.core.runtime.CoreException
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.