SCS

scs.auxiliar
Interface ComponentPropertiesOperations

All Known Subinterfaces:
ComponentProperties
All Known Implementing Classes:
_ComponentPropertiesStub, ComponentPropertiesPOA, ComponentPropertiesPOATie

public interface ComponentPropertiesOperations

scs/auxiliar/ComponentPropertiesOperations.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from ../../idl/deployment.idl Friday, October 3, 2008 9:13:51 AM BRT


Method Summary
 Property[] getProperties()
           
 Property getProperty(java.lang.String name)
           
 void setProperty(Property property)
           
 

Method Detail

setProperty

void setProperty(Property property)
                 throws ReadOnlyProperty
Throws:
ReadOnlyProperty

getProperty

Property getProperty(java.lang.String name)
                     throws UndefinedProperty
Throws:
UndefinedProperty

getProperties

Property[] getProperties()

SCS