iSeries Remote Systems
v6.0.0

com.ibm.etools.iseries.core.resources
Class ISeriesRemoteEditRegistry

java.lang.Object
  extended bycom.ibm.etools.iseries.core.resources.ISeriesRemoteEditRegistry

public class ISeriesRemoteEditRegistry
extends Object


Field Summary
static String Copyright
           
 
Method Summary
 ISeriesEditableSrcPhysicalFileMember get(String key)
          Get the value from the registry given a key
static ISeriesRemoteEditRegistry getInstance()
          Get the static instance
 ISeriesEditableSrcPhysicalFileMember put(String key, ISeriesEditableSrcPhysicalFileMember member)
          Put a key and value into the registry.
 ISeriesEditableSrcPhysicalFileMember remove(String key)
          Removes the key and its associated value from the registry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Method Detail

getInstance

public static ISeriesRemoteEditRegistry getInstance()
Get the static instance

Returns:
the singleton registry object

put

public ISeriesEditableSrcPhysicalFileMember put(String key,
                                                ISeriesEditableSrcPhysicalFileMember member)
Put a key and value into the registry.

Returns:
the previously value for this key if it is an instance of ISeriesEditableSrcPhysicalFileMember, otherwise null.

remove

public ISeriesEditableSrcPhysicalFileMember remove(String key)
Removes the key and its associated value from the registry

Returns:
the removed object if it is an instance of ISeriesEditableSrcPhysicalFileMember, otherwise null.

get

public ISeriesEditableSrcPhysicalFileMember get(String key)
Get the value from the registry given a key

Returns:
the value asociated with the key if it is an instance of AS400EditableSrcPhyicalFileMember, otherwise null.

iSeries Remote Systems
v6.0.0

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.