public class WhiteBoard extends IWhiteBoardPOA implements IWhiteBoardOperations, WhiteboardVars
| Modifier and Type | Field and Description |
|---|---|
protected Map |
workgroups_ |
EVENT_DOMAIN, WORKGROUP_ID| Constructor and Description |
|---|
WhiteBoard(ORB orb,
EventChannel channel) |
WhiteBoard(ORB orb,
EventChannel channel,
int xsize,
int ysize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int[] |
getCurrentImage() |
IRegistrationInfo |
join(IWorkgroup group) |
boolean |
leave(int workgroup) |
_all_interfaces, _invoke, _this, _this_default_POA, _get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectprotected Map workgroups_
public WhiteBoard(ORB orb, EventChannel channel) throws AdminLimitExceeded
AdminLimitExceededpublic WhiteBoard(ORB orb, EventChannel channel, int xsize, int ysize) throws AdminLimitExceeded
AdminLimitExceededpublic int[] getCurrentImage()
public IRegistrationInfo join(IWorkgroup group)
join in interface IWhiteBoardOperationspublic boolean leave(int workgroup)
leave in interface IWhiteBoardOperationspublic void clear()
Copyright © 2017 JacORB. All rights reserved.