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.CoreExceptionvoid add(ConnectionDescriptor connectionDescriptor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreExceptionvoid update(ConnectionDescriptor oldConnectionDescriptor, ConnectionDescriptor newConnectionDescriptor) throws org.eclipse.core.runtime.CoreException
org.eclipse.core.runtime.CoreException