Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

RSE
Release 3.0

org.eclipse.rse.core.events
Interface ISystemRemoteChangeEvents


public interface ISystemRemoteChangeEvents

The event IDs sent when remote resources in the model change These IDs are used when creating ISystemRemoteChangeEvent objects.


Field Summary
static  String SYSTEM_REMOTE_OPERATION_COPY
          Indicates that the event is for a copy operation
static  String SYSTEM_REMOTE_OPERATION_CREATE
          Indicates that the event is for a create operation
static  String SYSTEM_REMOTE_OPERATION_DELETE
          Indicates that the event is for a delete operation
static  String SYSTEM_REMOTE_OPERATION_MOVE
          Indicates that the event is for a move operation
static  String SYSTEM_REMOTE_OPERATION_RENAME
          Indicates that the event is for a rename operation
static int SYSTEM_REMOTE_RESOURCE_CHANGED
          Event Type: a remote resource was changed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known.
static int SYSTEM_REMOTE_RESOURCE_CREATED
          Event Type: a remote resource was added The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known.
static int SYSTEM_REMOTE_RESOURCE_DELETED
          Event Type: a remote resource was removed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known.
static int SYSTEM_REMOTE_RESOURCE_DOWNLOADED
          Event Type: a remote resource was downloaded The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known.
static int SYSTEM_REMOTE_RESOURCE_RENAMED
          Event Type: a remote resource was renamed The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known.
static int SYSTEM_REMOTE_RESOURCE_UPLOADED
          Event Type: a remote resource was uploaded The event stores the following event parameters: resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter resourceParent - the remote resource's parent object, or absolute name, if that is known.
 

Field Detail

SYSTEM_REMOTE_RESOURCE_CREATED

static final int SYSTEM_REMOTE_RESOURCE_CREATED
Event Type: a remote resource was added The event stores the following event parameters:
  • resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter
  • resourceParent - the remote resource's parent object, or absolute name, if that is known. If it is non-null, this will aid in refreshing occurrences of that parent.
  • subsystem - the subsystem which contains this remote resource. This allows the search for impacts to be limited to subsystems of the same parent factory, and to connections with the same hostname as the subsystem's connection.
  • oldName - on a rename operation, this is the absolute name of the resource prior to the rename
  • originatingViewer - optional. If set, this gives the viewer a clue that it should select the affected resource after refreshing its parent. This saves sending a separate event to reveal and select the new created resource on a create event, for example.

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_DELETED

static final int SYSTEM_REMOTE_RESOURCE_DELETED
Event Type: a remote resource was removed The event stores the following event parameters:
  • resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter
  • resourceParent - the remote resource's parent object, or absolute name, if that is known. If it is non-null, this will aid in refreshing occurrences of that parent.
  • subsystem - the subsystem which contains this remote resource. This allows the search for impacts to be limited to subsystems of the same parent factory, and to connections with the same hostname as the subsystem's connection.
  • oldName - on a rename operation, this is the absolute name of the resource prior to the rename
  • originatingViewer - optional. If set, this gives the viewer a clue that it should select the affected resource after refreshing its parent. This saves sending a separate event to reveal and select the new created resource on a create event, for example.

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_CHANGED

static final int SYSTEM_REMOTE_RESOURCE_CHANGED
Event Type: a remote resource was changed The event stores the following event parameters:
  • resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter
  • resourceParent - the remote resource's parent object, or absolute name, if that is known. If it is non-null, this will aid in refreshing occurrences of that parent.
  • subsystem - the subsystem which contains this remote resource. This allows the search for impacts to be limited to subsystems of the same parent factory, and to connections with the same hostname as the subsystem's connection.
  • oldName - on a rename operation, this is the absolute name of the resource prior to the rename
  • originatingViewer - optional. If set, this gives the viewer a clue that it should select the affected resource after refreshing its parent. This saves sending a separate event to reveal and select the new created resource on a create event, for example.

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_RENAMED

static final int SYSTEM_REMOTE_RESOURCE_RENAMED
Event Type: a remote resource was renamed The event stores the following event parameters:
  • resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter, or a List of absolute names each of which would be given by calling getAbsoluteName on it's remote adapter
  • resourceParent - the remote resource's parent object, or absolute name, if that is known. If it is non-null, this will aid in refreshing occurrences of that parent.
  • subsystem - the subsystem which contains this remote resource. This allows the search for impacts to be limited to subsystems of the same parent factory, and to connections with the same hostname as the subsystem's connection.
  • oldName - on a rename operation, this is the absolute name of the resource prior to the rename
  • originatingViewer - optional. If set, this gives the viewer a clue that it should select the affected resource after refreshing its parent. This saves sending a separate event to reveal and select the new created resource on a create event, for example.

See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_UPLOADED

static final int SYSTEM_REMOTE_RESOURCE_UPLOADED
Event Type: a remote resource was uploaded The event stores the following event parameters:
  • resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter
  • resourceParent - the remote resource's parent object, or absolute name, if that is known. If it is non-null, this will aid in refreshing occurrences of that parent.
  • subsystem - the subsystem which contains this remote resource. This allows the search for impacts to be limited to subsystems of the same parent factory, and to connections with the same hostname as the subsystem's connection.

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_RESOURCE_DOWNLOADED

static final int SYSTEM_REMOTE_RESOURCE_DOWNLOADED
Event Type: a remote resource was downloaded The event stores the following event parameters:
  • resource - the remote resource object, or absolute name of the resource as would be given by calling getAbsoluteName on its remote adapter
  • resourceParent - the remote resource's parent object, or absolute name, if that is known. If it is non-null, this will aid in refreshing occurrences of that parent.
  • subsystem - the subsystem which contains this remote resource. This allows the search for impacts to be limited to subsystems of the same parent factory, and to connections with the same hostname as the subsystem's connection.

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_DELETE

static final 
String SYSTEM_REMOTE_OPERATION_DELETE
Indicates that the event is for a delete operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_RENAME

static final 
String SYSTEM_REMOTE_OPERATION_RENAME
Indicates that the event is for a rename operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_CREATE

static final 
String SYSTEM_REMOTE_OPERATION_CREATE
Indicates that the event is for a create operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_MOVE

static final 
String SYSTEM_REMOTE_OPERATION_MOVE
Indicates that the event is for a move operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

SYSTEM_REMOTE_OPERATION_COPY

static final 
String SYSTEM_REMOTE_OPERATION_COPY
Indicates that the event is for a copy operation

Since:
org.eclipse.rse.core 3.0
See Also:
Constant Field Values

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire