sdlip.examples.demo
Class ServerNode

java.lang.Object
  |
  +--sdlip.examples.demo.BasicNode
        |
        +--sdlip.examples.demo.ServerNode

public class ServerNode
extends BasicNode

A TreeNode representing an SDLIP server.


Constructor Summary
ServerNode(DemoClient client, java.lang.String label, java.lang.String serverHost)
           
 
Method Summary
 DemoClient getClient()
           
 java.lang.String getHost()
           
 void getMetadata()
           
 
Methods inherited from class sdlip.examples.demo.BasicNode
addChild, children, getLabel, getOpen, removeChild, setOpen
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerNode

public ServerNode(DemoClient client,
                  java.lang.String label,
                  java.lang.String serverHost)
           throws java.lang.Exception
Method Detail

getHost

public java.lang.String getHost()

getClient

public DemoClient getClient()

getMetadata

public void getMetadata()
                 throws java.lang.Exception