}
public void connect(EventChannel channel, boolean useOrSemantic)
throws AdminLimitExceeded, TypeError, AlreadyConnected, AdminNotFound
{
IntHolder _proxyId = new IntHolder();
IntHolder _adminId = new IntHolder();
if (useOrSemantic)
{
myAdmin_ = channel.new_for_consumers(InterFilterGroupOperator.OR_OP, _adminId);
Assert.assertEquals(InterFilterGroupOperator.OR_OP, myAdmin_.MyOperator());