Servertec
Foundation Classes
1.3.3 09/04/2005

stec.sfc.Win32
Class NetworkResourceScope

java.lang.Object
  extended by stec.sfc.Win32.NetworkResourceScope

public final class NetworkResourceScope
extends java.lang.Object

Network resource usage types used by NetworkResourceEnumerator.

Since:
1.2.0 12/03/2002

Field Summary
static int CONNECTED
          All resources currently connected.
static int CONTEXT
          All resources in the network context of the user.
static int GLOBAL
          All resources on the network.
static int PERSISTENT
          All persistent connections.
 
Constructor Summary
NetworkResourceScope()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONNECTED

public static final int CONNECTED
All resources currently connected.


CONTEXT

public static final int CONTEXT
All resources in the network context of the user.

This value is used for Neighborhoods.


GLOBAL

public static final int GLOBAL
All resources on the network.


PERSISTENT

public static final int PERSISTENT
All persistent connections.

Constructor Detail

NetworkResourceScope

public NetworkResourceScope()

Servertec
Foundation Classes
1.3.3 09/04/2005

Copyright © 2001-2005 Servertec. All rights reserved.