Package | Description |
---|---|
org.alfresco.jlan.netbios |
Modifier and Type | Method and Description |
---|---|
static NetBIOSName |
NetBIOSSession.ConvertAddressToName(String addr,
char nbTyp,
boolean isGroup,
NetBIOSSession sess)
Convert a TCP/IP address to a NetBIOS or host name
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo,
int lookupTypes,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(NetBIOSName nbName,
int tmo,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
static NetBIOSName |
NetBIOSSession.FindName(String nbName,
char nbType,
int tmo,
NetBIOSSession sess)
Find a NetBIOS name on the network
|
static StringList |
NetBIOSSession.FindNameList(String nbName,
char nbType,
int tmo,
NetBIOSSession sess)
Build a list of nodes that own the specified NetBIOS name.
|
static NetBIOSNameList |
NetBIOSSession.FindNamesForAddress(String ipAddr,
NetBIOSSession sess)
Get the NetBIOS name list for the specified IP address
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.