protected abstract void |
MoveOrCopyMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
NodeId objectToMoveOrCopy,
NodeId targetDirectory,
Boolean createCopy,
String newName,
Out<NodeId> newNodeId) |
protected abstract void |
UpdateCertificateMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
NodeId certificateGroupId,
NodeId certificateTypeId,
ByteString certificate,
ByteString[] issuerCertificates,
String privateKeyFormat,
ByteString privateKey,
Out<Boolean> applyChangesRequired) |
protected abstract void |
CreateSigningRequestMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
NodeId certificateGroupId,
NodeId certificateTypeId,
String subjectName,
Boolean regeneratePrivateKey,
ByteString nonce,
Out<ByteString> certificateRequest) |
protected abstract void |
GetRejectedListMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
Out<ByteString[]> certificates) |
protected abstract void |
CreateFileMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
String fileName,
Boolean requestFileOpen,
Out<NodeId> fileNodeId,
Out<UInteger> fileHandle) |
protected abstract void |
CreateFileMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
String fileName,
Boolean requestFileOpen,
Out<NodeId> fileNodeId,
Out<UInteger> fileHandle) |
protected abstract void |
CreateDirectoryMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
String directoryName,
Out<NodeId> directoryNodeId) |
protected abstract void |
OpenMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UByte mode,
Out<UInteger> fileHandle) |
protected abstract void |
ReadMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger fileHandle,
Integer length,
Out<ByteString> data) |
protected abstract void |
CloseAndUpdateMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger fileHandle,
Out<Boolean> applyChangesRequired) |
protected abstract void |
GetMonitoredItemsMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger subscriptionId,
Out<UInteger[]> serverHandles,
Out<UInteger[]> clientHandles) |
protected abstract void |
GetMonitoredItemsMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger subscriptionId,
Out<UInteger[]> serverHandles,
Out<UInteger[]> clientHandles) |
protected abstract void |
OpenWithMasksMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger masks,
Out<UInteger> fileHandle) |
protected abstract void |
GetPositionMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger fileHandle,
Out<ULong> position) |
protected abstract void |
SetSubscriptionDurableMethod.invoke(AbstractMethodInvocationHandler.InvocationContext context,
UInteger subscriptionId,
UInteger lifetimeInHours,
Out<UInteger> revisedLifetimeInHours) |