Microsoft SDK for Java

ObjectProxy Class

This class of the com.ms.wfc.data package represents a server. An ObjectProxy object is returned by DataSpace.createObject.

public class ObjectProxy
{
  // Methods
  public Object ObjectProxy.call(String method);
  public Object ObjectProxy.call(String method, Object[] args);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.