public class NSFUserID extends NSFHandle
Constructor and Description |
---|
NSFUserID(NSFSession session,
long handle,
String serverName,
File file) |
Modifier and Type | Method and Description |
---|---|
protected void |
doFree()
This method is called when the final reference to this object is freed.
|
protected NSFBase |
getParent() |
String |
getServerName() |
_checkRefValidity, equals, getHandle, getSession, hashCode, isRefValid, setHandle, toString
addChild, addChildStruct, debugPrintChildHierarchy, finalize, free, free, free, getAPI, getChildObjectCount, getChildObjectCount, getChildStructCount, isFreed, isTraceCreation, removeChild, removeChildStruct, removeFromParent, retain, setNeedsFree, setTraceCreation
public NSFUserID(NSFSession session, long handle, String serverName, File file)
session
- handle
- public String getServerName()
protected void doFree()
NSFBase
Implemented classes are expected to release any memory or network resources they have open. They are also expected to write this defensively, allowing the method to be called multiple times on the same object without problem.
Copyright © 2014–2018. All rights reserved.