weborb.management.servicebrowser
Class ServiceNode

java.lang.Object
  extended by weborb.management.servicebrowser.ServiceNode
All Implemented Interfaces:
java.lang.Cloneable, IUseDirectFieldAccess
Direct Known Subclasses:
ServiceDataType, ServiceDataTypeContainer, ServiceSecurityNode

public class ServiceNode
extends java.lang.Object
implements IUseDirectFieldAccess, java.lang.Cloneable


Field Summary
 int ChildrenCount
           
 java.lang.String ErrorText
           
static int FULLY_SELECTED
           
 boolean IsError
           
 java.util.ArrayList<ServiceNode> Items
           
 java.lang.String Name
           
static int NOT_SELECTED
           
 ServiceNode Parent
           
static int PARTLY_SELECTED
           
 int Selected
           
 
Constructor Summary
ServiceNode()
           
 
Method Summary
 void addChildNode(ServiceNode serviceNode)
           
 ServiceNode findItem(java.lang.String name)
           
 java.lang.String getFullName()
           
 boolean isNamespace()
           
 boolean isPackage()
           
 boolean isSecurityNode()
           
 boolean isService()
           
static java.util.ArrayList sort(java.util.ArrayList<ServiceNode> serviceNodeList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOT_SELECTED

public static int NOT_SELECTED

FULLY_SELECTED

public static int FULLY_SELECTED

PARTLY_SELECTED

public static int PARTLY_SELECTED

Items

public java.util.ArrayList<ServiceNode> Items

Name

public java.lang.String Name

Parent

public ServiceNode Parent

ChildrenCount

public int ChildrenCount

IsError

public boolean IsError

ErrorText

public java.lang.String ErrorText

Selected

public int Selected
Constructor Detail

ServiceNode

public ServiceNode()
Method Detail

addChildNode

public void addChildNode(ServiceNode serviceNode)

getFullName

public java.lang.String getFullName()

sort

public static java.util.ArrayList sort(java.util.ArrayList<ServiceNode> serviceNodeList)

isService

public boolean isService()

isNamespace

public boolean isNamespace()

isPackage

public boolean isPackage()

isSecurityNode

public boolean isSecurityNode()

findItem

public ServiceNode findItem(java.lang.String name)


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.