org.isam.exehda.services
Interface DiscovererService


public interface DiscovererService

Author:
egon

Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 CellInformationBase.ResourceName registerResource(org.isam.util.xml.XmlElement xmlDescription)
           
 void removeResource(CellInformationBase.ResourceName rn)
           
 void renewResource(CellInformationBase.ResourceName rn, org.isam.util.xml.XmlElement xmlDescriptor, boolean isModified)
           
 org.isam.util.xml.XmlElement requestResource(org.isam.util.xml.XmlElement xmlRequest)
           
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Method Detail

registerResource

public CellInformationBase.ResourceName registerResource(org.isam.util.xml.XmlElement xmlDescription)
                                                  throws java.lang.Exception
java.lang.Exception

removeResource

public void removeResource(CellInformationBase.ResourceName rn)

renewResource

public void renewResource(CellInformationBase.ResourceName rn,
                          org.isam.util.xml.XmlElement xmlDescriptor,
                          boolean isModified)
                   throws java.lang.Exception
java.lang.Exception

requestResource

public org.isam.util.xml.XmlElement requestResource(org.isam.util.xml.XmlElement xmlRequest)
                                             throws java.lang.Exception
java.lang.Exception