com.jscape.inet.mft.management.descriptors
Class ResourceServiceDescriptor

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.ResourceServiceDescriptor
All Implemented Interfaces:
ServiceDescriptor, com.jscape.inet.mft.resources.ResourceService.Exporter, com.jscape.inet.mft.resources.ResourceService.Importer

public class ResourceServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor, com.jscape.inet.mft.resources.ResourceService.Importer, com.jscape.inet.mft.resources.ResourceService.Exporter

Resource service descriptor. The service described by this descriptor takes responsibility for remote resources control.

Author:
Alex
See Also:
Source code

Constructor Summary
ResourceServiceDescriptor()
          This constructor is used by serialization sub-system and is not intended to use directly in client code.
ResourceServiceDescriptor(ResourceDescriptor[] descriptors)
          Creates a new descriptor instance.
ResourceServiceDescriptor(ResourceServiceDescriptor that)
          Copy constructor.
 
Method Summary
 ResourceDescriptor[] getDescriptors()
          Returns resources descriptors.
 void setDescriptors(ResourceDescriptor[] value)
          Sets resources descriptors.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResourceServiceDescriptor

public ResourceServiceDescriptor(ResourceDescriptor[] descriptors)
Creates a new descriptor instance.

Parameters:
descriptors - resources

ResourceServiceDescriptor

public ResourceServiceDescriptor()
This constructor is used by serialization sub-system and is not intended to use directly in client code.


ResourceServiceDescriptor

public ResourceServiceDescriptor(ResourceServiceDescriptor that)
Copy constructor.

Parameters:
that - instance to copy
Method Detail

getDescriptors

public ResourceDescriptor[] getDescriptors()
Returns resources descriptors.

Specified by:
getDescriptors in interface com.jscape.inet.mft.resources.ResourceService.Importer
Returns:
resources descriptors

setDescriptors

public void setDescriptors(ResourceDescriptor[] value)
Sets resources descriptors.

Specified by:
setDescriptors in interface com.jscape.inet.mft.resources.ResourceService.Exporter
Parameters:
value - the resources descriptors

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 JSCAPE Corp. All Rights Reserved.