com.hyper9.simdk.ws.util
Class PropertyCollectorUtil

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

public class PropertyCollectorUtil
extends Object


Constructor Summary
PropertyCollectorUtil()
           
 
Method Summary
static UpdateSet checkForUpdates(String sessionKey, ManagedObjectReference _this, String version)
           
static PropertyFilter createFilter(String sessionKey, ManagedObjectReference _this, PropertyFilterSpec spec, Boolean partialUpdates)
           
static List<ObjectContent> retrieveProperties(ManagedObjectReference _this, List<PropertyFilterSpec> specSet)
           
static UpdateSet waitForUpdates(String sessionKey, ManagedObjectReference _this, String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyCollectorUtil

public PropertyCollectorUtil()
Method Detail

createFilter

public static PropertyFilter createFilter(String sessionKey,
                                          ManagedObjectReference _this,
                                          PropertyFilterSpec spec,
                                          Boolean partialUpdates)
                                   throws RemoteException,
                                          InvalidProperty,
                                          RuntimeFault
Throws:
RemoteException
InvalidProperty
RuntimeFault

retrieveProperties

public static List<ObjectContent> retrieveProperties(ManagedObjectReference _this,
                                                     List<PropertyFilterSpec> specSet)
                                              throws RemoteException,
                                                     InvalidProperty,
                                                     RuntimeFault
Throws:
RemoteException
InvalidProperty
RuntimeFault

waitForUpdates

public static UpdateSet waitForUpdates(String sessionKey,
                                       ManagedObjectReference _this,
                                       String version)
                                throws RemoteException,
                                       InvalidCollectorVersion,
                                       RuntimeFault
Throws:
RemoteException
InvalidCollectorVersion
RuntimeFault

checkForUpdates

public static UpdateSet checkForUpdates(String sessionKey,
                                        ManagedObjectReference _this,
                                        String version)
                                 throws RemoteException,
                                        InvalidCollectorVersion,
                                        RuntimeFault
Throws:
RemoteException
InvalidCollectorVersion
RuntimeFault


Copyright © 2009-2010 Hyper9. All Rights Reserved.