|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.mft.management.descriptors.ResourceServiceDescriptor
public class ResourceServiceDescriptor
Resource service descriptor. The service described by this descriptor takes responsibility for remote resources control.
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 |
---|
public ResourceServiceDescriptor(ResourceDescriptor[] descriptors)
descriptors
- resourcespublic ResourceServiceDescriptor()
public ResourceServiceDescriptor(ResourceServiceDescriptor that)
that
- instance to copyMethod Detail |
---|
public ResourceDescriptor[] getDescriptors()
getDescriptors
in interface com.jscape.inet.mft.resources.ResourceService.Importer
public void setDescriptors(ResourceDescriptor[] value)
setDescriptors
in interface com.jscape.inet.mft.resources.ResourceService.Exporter
value
- the resources descriptorspublic java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |