Uses of Class
com.sun.enterprise.deployment.runtime.connector.MapElement
-
Packages that use MapElement Package Description com.sun.enterprise.deployment.node.runtime.connector com.sun.enterprise.deployment.runtime.connector -
-
Uses of MapElement in com.sun.enterprise.deployment.node.runtime.connector
Methods in com.sun.enterprise.deployment.node.runtime.connector with parameters of type MapElement Modifier and Type Method Description NodeMapElementNode. writeDescriptor(Node parent, String nodeName, MapElement descriptor)write the descriptor class to a DOM tree and return it -
Uses of MapElement in com.sun.enterprise.deployment.runtime.connector
Methods in com.sun.enterprise.deployment.runtime.connector that return MapElement Modifier and Type Method Description MapElement[]RoleMap. getMapElement()MapElementRoleMap. getMapElement(int index)Methods in com.sun.enterprise.deployment.runtime.connector with parameters of type MapElement Modifier and Type Method Description intRoleMap. addMapElement(MapElement value)intRoleMap. removeMapElement(MapElement value)voidRoleMap. setMapElement(int index, MapElement value)voidRoleMap. setMapElement(MapElement[] value)Constructors in com.sun.enterprise.deployment.runtime.connector with parameters of type MapElement Constructor Description MapElement(MapElement other)
-