com.hyper9.simdk.ws.util
Class ViewManagerUtil

java.lang.Object
  extended by com.hyper9.simdk.ws.util.ViewManagerUtil

public final class ViewManagerUtil
extends Object

A utility class for implementing the methods of the VI SDK ViewManager.

Author:
akutz

Constructor Summary
ViewManagerUtil()
           
 
Method Summary
static ContainerView createContainerView(String sessionKey, ManagedObjectReference _this, ManagedObjectReference container, List<String> type, Boolean recursive)
           
static ListView createListView(String sessionKey, ManagedObjectReference _this, List<ManagedObjectReference> obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewManagerUtil

public ViewManagerUtil()
Method Detail

createContainerView

public static ContainerView createContainerView(String sessionKey,
                                                ManagedObjectReference _this,
                                                ManagedObjectReference container,
                                                List<String> type,
                                                Boolean recursive)
                                         throws RemoteException,
                                                RuntimeFault
Throws:
RemoteException
RuntimeFault

createListView

public static ListView createListView(String sessionKey,
                                      ManagedObjectReference _this,
                                      List<ManagedObjectReference> obj)
                               throws RemoteException,
                                      RuntimeFault
Throws:
RemoteException
RuntimeFault


Copyright © 2009-2010 Hyper9. All Rights Reserved.