Package | Description |
---|---|
org.alfresco.jlan.server.filesys | |
org.alfresco.jlan.smb.server | |
org.alfresco.jlan.smb.server.notify |
Modifier and Type | Method and Description |
---|---|
void |
DiskDeviceContext.addNotifyRequest(NotifyRequest req)
Add a request to the change notification list
|
void |
DiskDeviceContext.removeNotifyRequest(NotifyRequest req)
Remove a request from the notify change request list
|
Modifier and Type | Method and Description |
---|---|
NotifyRequest |
SMBSrvSession.findNotifyRequest(int mid,
int tid,
int uid,
int pid)
Find the notify request with the specified ids
|
NotifyRequest |
SMBSrvSession.findNotifyRequest(NetworkFile dir,
int filter,
boolean watchTree)
Find an existing notify request for the specified directory and filter
|
Modifier and Type | Method and Description |
---|---|
void |
SMBSrvSession.addNotifyRequest(NotifyRequest req,
DiskDeviceContext ctx)
Add a change notification request
|
void |
SMBSrvSession.removeNotifyRequest(NotifyRequest req)
Remove a change notification request
|
Modifier and Type | Method and Description |
---|---|
NotifyRequest |
NotifyRequestList.findRequest(int mid,
int tid,
int uid,
int pid)
Find the notify request for the matching ids
|
NotifyRequest |
NotifyRequestList.findRequest(NetworkFile dir,
int filter,
boolean watchTree)
Find the notify request for the specified directory and filter
|
NotifyRequest |
NotifyRequestList.getRequest(int idx)
Return the specified request
|
NotifyRequest |
NotifyRequestList.removeRequest(NotifyRequest req)
Remove a request from the list
|
NotifyRequest |
NotifyRequestList.removeRequestAt(int idx)
Remove a request from the list
|
Modifier and Type | Method and Description |
---|---|
void |
NotifyChangeHandler.addNotifyRequest(NotifyRequest req)
Add a request to the change notification list
|
void |
NotifyRequestList.addRequest(NotifyRequest req)
Add a request to the list
|
void |
NotifyChangeHandler.removeNotifyRequest(NotifyRequest req)
Remove a request from the notify change request list
|
void |
NotifyChangeHandler.removeNotifyRequest(NotifyRequest req,
boolean updateMask)
Remove a request from the notify change request list
|
NotifyRequest |
NotifyRequestList.removeRequest(NotifyRequest req)
Remove a request from the list
|
void |
NotifyChangeHandler.sendBufferedNotifications(NotifyRequest req,
NotifyChangeEventList evtList)
Send buffered change notifications for a session
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.