| Package | Description |
|---|---|
| org.openscada.opc.lib.da |
| Modifier and Type | Field and Description |
|---|---|
protected Group |
AccessBase.group |
| Modifier and Type | Method and Description |
|---|---|
Group |
Server.addGroup()
Add a new group and let the server generate a group name
Actually this method only calls
Server.addGroup(String) with null
as parameter. |
Group |
Server.addGroup(String name)
Add a new named group to the server
|
Group |
Server.findGroup(String name)
Find a group by its name
|
Group |
Item.getGroup() |
protected Group |
Server.getGroup(OPCGroupStateMgt groupMgt) |
| Modifier and Type | Method and Description |
|---|---|
void |
Server.removeGroup(Group group,
boolean force) |
Copyright © 2017 LSST. All rights reserved.