Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.management
Interface XManagementModule.Server

All Superinterfaces:
XAPIInterface, XAPIInterface.Server
Enclosing interface:
XManagementModule

public static interface XManagementModule.Server
extends XAPIInterface.Server

Server interface for the Management Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 List<XManagementAttributeInfo> getAttributes(String objectName)
          Get attribute for one object.
 List<XManagementObjectInfo> getObjects()
          Get all objects.
 void setAttributes(List<XManagementAttributeInfo> infos)
          Set some object attributes.

 

Method Detail

getObjects

List<XManagementObjectInfo> getObjects()
Get all objects.
Returns:
All objects sorted by object name.

getAttributes

List<XManagementAttributeInfo> getAttributes(String objectName)
Get attribute for one object.
Parameters:
objectName - The object name.
Returns:
All attributes for that object sorted by attribute name.

setAttributes

void setAttributes(List<XManagementAttributeInfo> infos)
Set some object attributes.
Parameters:
infos - The attribute infos to be set.

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.