Modifier and Type | Method and Description |
---|---|
PCShare |
Session.getPCShare()
Get the remote share details for this session
|
Modifier and Type | Method and Description |
---|---|
static AdminSession |
SessionFactory.OpenAdminSession(PCShare shr)
Open a connection to a remote server admin pipe
|
static AdminSession |
SessionFactory.OpenAdminSession(PCShare shr,
SessionSettings settings)
Open a connection to a remote server admin pipe
|
static AuthenticateSession |
SessionFactory.OpenAuthenticateSession(PCShare shr)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge
key.
|
static AuthenticateSession |
SessionFactory.OpenAuthenticateSession(PCShare shr,
SessionSettings settings)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge
key.
|
static DataPipeFile |
SessionFactory.OpenDataPipe(PCShare shr,
String pipeName)
Open a connection to a remote pipe/IPC, in data mode
|
static DataPipeFile |
SessionFactory.OpenDataPipe(PCShare shr,
String pipeName,
SessionSettings settings)
Open a connection to a remote pipe/IPC, in data mode
|
static DiskSession |
SessionFactory.OpenDisk(PCShare shr)
Open a connection to a remote file server disk share.
|
static DiskSession |
SessionFactory.OpenDisk(PCShare shr,
Session sess)
Open a connection to a remote file server disk share using the existing sessions network
session.
|
static DiskSession |
SessionFactory.OpenDisk(PCShare shr,
SessionSettings settings)
Open a connection to a remote file server disk share.
|
static IPCSession |
SessionFactory.OpenPipe(PCShare shr)
Open a connection to a remote pipe/IPC
|
static IPCSession |
SessionFactory.OpenPipe(PCShare shr,
SessionSettings settings)
Open a connection to a remote pipe/IPC
|
static PrintSession |
SessionFactory.OpenPrinter(PCShare shr,
SessionSettings settings)
Open a connection to a remote print server
|
Constructor and Description |
---|
AuthenticateSession(PCShare shr,
NetworkSession sess,
int dialect,
SMBPacket pkt)
Class constructor
|
CIFSDiskSession(PCShare shr,
int dialect)
Class constructor
|
CIFSPipeSession(PCShare shr,
int dialect)
Class constructor
|
CoreDiskSession(PCShare shr,
int dialect)
Class constructor
|
DiskSession(PCShare shr,
int dialect)
Class constructor
|
IPCSession(PCShare shr,
int dialect)
Construct an IPC session
|
PrintSession(PCShare shr,
int dialect)
Construct an SMB print session
|
Session(PCShare shr,
int dialect,
SMBPacket pkt)
Construct an SMB session
|
Modifier and Type | Method and Description |
---|---|
protected PCShare |
jlanApp.getShare()
Get the share details
|
Modifier and Type | Method and Description |
---|---|
protected void |
jlanApp.setShare(PCShare shr)
Set the share details
|
Constructor and Description |
---|
DiskInfo(PCShare shr,
int totunits,
int blkunit,
int blksiz,
int freeunit)
Class constructor
|
DiskInfo(PCShare shr,
long totunits,
int blkunit,
int blksiz,
long freeunit)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
PCShare |
AuthenticateSession.getPCShare()
Get the remote share details for this session
|
Modifier and Type | Method and Description |
---|---|
static AuthenticateSession |
AuthSessionFactory.OpenAuthenticateSession(PCShare shr,
int tmo)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge key.
|
static AuthenticateSession |
AuthSessionFactory.OpenAuthenticateSession(PCShare shr,
int tmo,
DialectSelector dia)
Open a session to a remote server, negotiate an SMB dialect and get the returned challenge key.
|
Constructor and Description |
---|
AuthenticateSession(PCShare shr,
NetworkSession sess,
int dialect,
SMBPacket pkt)
Class constructor
|
Constructor and Description |
---|
DiskInfo(PCShare shr,
int totunits,
int blkunit,
int blksiz,
int freeunit)
Class constructor
|
DiskInfo(PCShare shr,
long totunits,
int blkunit,
int blksiz,
long freeunit)
Class constructor
|
SrvDiskInfo(PCShare shr,
int totunits,
int blkunit,
int blksiz,
int freeunit)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
PCShare |
PCShareList.getPCShare(int idx)
Return the required PCShare object from the list.
|
Modifier and Type | Method and Description |
---|---|
void |
PCShareList.addPCShare(PCShare shr)
Add a PCShare to the list
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.