Uses of Class
com.tensegrity.palowebviewer.modules.paloclient.client.XServer

Packages that use XServer
com.tensegrity.palowebviewer.modules.engine.client   
com.tensegrity.palowebviewer.modules.paloclient.client   
com.tensegrity.palowebviewer.modules.paloclient.client.misc   
com.tensegrity.palowebviewer.modules.ui.client.tree   
com.tensegrity.palowebviewer.server.paloaccessor   
 

Uses of XServer in com.tensegrity.palowebviewer.modules.engine.client
 

Methods in com.tensegrity.palowebviewer.modules.engine.client with parameters of type XServer
 void ReloadSubTreeCallback.visitServer(XServer server)
           
 void ChildrenGetter.visitServer(XServer server)
          
 void XObjectReplacer.visitServer(XServer server)
           
 

Uses of XServer in com.tensegrity.palowebviewer.modules.paloclient.client
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client that return XServer
 XServer[] XRoot.getServers()
           
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XServer
 boolean XServer.equals(XServer server)
           
 void XRoot.setServers(XServer[] servers)
           
 

Constructors in com.tensegrity.palowebviewer.modules.paloclient.client with parameters of type XServer
XRoot(XServer[] servers)
           
 

Uses of XServer in com.tensegrity.palowebviewer.modules.paloclient.client.misc
 

Methods in com.tensegrity.palowebviewer.modules.paloclient.client.misc with parameters of type XServer
 void HierarchyVisitor.visitServer(XServer server)
           
 void GetChildVisitor.visitServer(XServer server)
           
abstract  void TypeCastVisitor.visitServer(XServer server)
           
 

Uses of XServer in com.tensegrity.palowebviewer.modules.ui.client.tree
 

Constructors in com.tensegrity.palowebviewer.modules.ui.client.tree with parameters of type XServer
ServerNode(PaloTreeModel model, XServer server)
           
 

Uses of XServer in com.tensegrity.palowebviewer.server.paloaccessor
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor that return XServer
static XServer[] PaloHelper.getXServers(IConnectionPool pool, PaloConfiguration cfg, XRoot root)
           
static XServer PaloHelper.wrapServer(org.palo.api.Connection connection)
           
 

Methods in com.tensegrity.palowebviewer.server.paloaccessor with parameters of type XServer
static XDatabase[] PaloHelper.getXDatabases(org.palo.api.Connection connection, XServer server)