JSCAPE MFT Server

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

java.lang.Object
  extended by com.jscape.inet.mft.management.descriptors.ResourceServiceDescriptor
All Implemented Interfaces:
ServiceDescriptor

public class ResourceServiceDescriptor
extends java.lang.Object
implements ServiceDescriptor

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(ResourceServiceDescriptor that)
Copy constructor.

Parameters:
that - instance to copy

ResourceServiceDescriptor

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

Method Detail

getDescriptors

public ResourceDescriptor[] getDescriptors()
Returns resources descriptors.

Returns:
resources descriptors

setDescriptors

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

Parameters:
value - the resources descriptors

toString

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

JSCAPE MFT Server

Copyright © JSCAPE LLC. 1999-2013. All Rights Reserved