public interface ConnectionStore
Modifier and Type | Method and Description |
---|---|
void |
add(ConnectionDescriptor connectionDescriptor) |
void |
remove(ConnectionDescriptor connectionDescriptor) |
void |
update(ConnectionDescriptor oldConnectionDescriptor,
ConnectionDescriptor newConnectionDescriptor) |
void remove(ConnectionDescriptor connectionDescriptor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void add(ConnectionDescriptor connectionDescriptor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException
void update(ConnectionDescriptor oldConnectionDescriptor, ConnectionDescriptor newConnectionDescriptor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException