com.metamatrix.console.models
Class ResourceManager

java.lang.Object
  extended by com.metamatrix.console.models.Manager
      extended by com.metamatrix.console.models.ResourceManager

public class ResourceManager
extends Manager


Field Summary
static int NEXT_STARTUP_CONFIG
           
static int STARTUP_CONFIG
           
 
Fields inherited from class com.metamatrix.console.models.Manager
MODEL_CHANGED, MODEL_STALE
 
Constructor Summary
ResourceManager(ConnectionInfo connection)
           
 
Method Summary
 ConfigurationID getConfigurationID(int type)
           
 PropertiedObject getPropertiedObjectForResourceDescriptor(ComponentObject rd)
           
 ResourcePropertiedObjectEditor getResourcePropertiedObjectEditor()
           
 SharedResource[] getResources()
           
 void updateResourceProperties(ResourcePropertiedObjectEditor editor)
           
 
Methods inherited from class com.metamatrix.console.models.Manager
addManagerListener, fireModelChangedEvent, fireModelChangedEvent, getConnection, getConnection, getEncryptor, getEventListeners, getIsStale, init, refresh, removeManagerListener, setIsStale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEXT_STARTUP_CONFIG

public static final int NEXT_STARTUP_CONFIG
See Also:
Constant Field Values

STARTUP_CONFIG

public static final int STARTUP_CONFIG
See Also:
Constant Field Values
Constructor Detail

ResourceManager

public ResourceManager(ConnectionInfo connection)
Method Detail

getPropertiedObjectForResourceDescriptor

public PropertiedObject getPropertiedObjectForResourceDescriptor(ComponentObject rd)

getConfigurationID

public ConfigurationID getConfigurationID(int type)
                                   throws AuthorizationException,
                                          ExternalException
Throws:
AuthorizationException
ExternalException

updateResourceProperties

public void updateResourceProperties(ResourcePropertiedObjectEditor editor)
                              throws java.lang.Exception
Throws:
java.lang.Exception

getResourcePropertiedObjectEditor

public ResourcePropertiedObjectEditor getResourcePropertiedObjectEditor()
                                                                 throws AuthorizationException,
                                                                        ExternalException
Throws:
AuthorizationException
ExternalException

getResources

public SharedResource[] getResources()
                              throws AuthorizationException,
                                     ExternalException
Throws:
AuthorizationException
ExternalException


Copyright © 2009. All Rights Reserved.