Package | Description |
---|---|
org.alfresco.jlan.client | |
org.alfresco.jlan.client.admin | |
org.alfresco.jlan.client.demo |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticateSession
Authenticate Session Class
|
class |
CIFSDiskSession
SMB CIFS disk session class
|
class |
CIFSPipeSession
SMB CIFS pipe session class
|
class |
CoreDiskSession
SMB core disk session class
|
class |
DiskSession
The DiskSession class provides disk, directory and file related methods on
a remote disk share.
|
class |
IPCSession
SMB IPC session class
|
class |
PrintSession
SMB print session class
|
Modifier and Type | Field and Description |
---|---|
protected Session |
SMBFile.m_sess |
Modifier and Type | Method and Description |
---|---|
protected Session |
SMBFile.getSession()
Get the session that this file is associated with.
|
Modifier and Type | Method and Description |
---|---|
TransactBuffer |
NTTransPacket.doTransaction(Session sess,
TransactBuffer tbuf)
Perform a transaction request and receive the response data
|
TransactBuffer |
TransPacket.doTransaction(Session sess,
TransactBuffer tbuf)
Perform a transaction request and receive the response data
|
void |
SMBPacket.ExchangeSMB(Session sess,
SMBPacket rxPkt)
Send/receive an SMB protocol packet to the remote server.
|
void |
SMBPacket.ExchangeSMB(Session sess,
SMBPacket rxPkt,
boolean throwerr)
Send the SMB packet and receive the response packet
|
static DiskSession |
SessionFactory.OpenDisk(PCShare shr,
Session sess)
Open a connection to a remote file server disk share using the existing sessions network
session.
|
protected void |
NotifyChangeAsynchRequest.processResponse(Session sess,
SMBPacket pkt)
Process the notify change response
|
protected abstract void |
AsynchRequest.processResponse(Session sess,
SMBPacket pkt)
Process the asynchronous response packet for this request
|
protected void |
SMBPacket.ReceiveAsynchSMB(Session sess,
int waitTime)
Receive an asynchronous SMB response from the server
|
protected void |
SMBPacket.ReceiveSMB(Session sess)
Receive an SMB packet on the spceified SMB session.
|
protected void |
SMBPacket.ReceiveSMB(Session sess,
boolean throwErr)
Receive an SMB packet on the spceified SMB session.
|
protected boolean |
NotifyChangeAsynchRequest.resubmitRequest(Session sess,
SMBPacket pkt)
Resubmit the request to the server
|
protected abstract boolean |
AsynchRequest.resubmitRequest(Session sess,
SMBPacket pkt)
Resubmit the request to the server
|
protected void |
SMBPacket.SendSMB(Session sess)
Send the SMB packet on the specified SMB session.
|
Constructor and Description |
---|
CIFSFile(Session sess,
FileInfo finfo,
int fid)
Class constructor
|
CIFSFile(Session sess,
FileInfo finfo,
int fid,
int oplockTyp)
Class constructor
|
CoreFile(Session sess,
FileInfo finfo,
int fid)
Class constructor
|
DataPipeFile(Session sess,
FileInfo finfo,
int fid)
Class constructor
|
SMBFile(Session sess,
FileInfo finfo,
int fid)
Construct an SMBFile on the specified SMB session.
|
Modifier and Type | Method and Description |
---|---|
Session |
AdminSession.getSession()
Return the associated session.
|
Modifier and Type | Method and Description |
---|---|
protected Session |
jlanApp.getSession()
Return the session
|
Modifier and Type | Method and Description |
---|---|
protected void |
jlanApp.setSession(Session sess)
Set the active session
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.