Authentication
API v8.1 SP2

com.rsa.ace.techservice.udpserver
Class BitSwitch

java.lang.Object
  extended by com.rsa.ace.techservice.udpserver.BitSwitch

public class BitSwitch
extends java.lang.Object


Field Summary
static byte STATUS_SWITCH_PRIMARY
           
static byte STATUS_SWITCH_SELF
           
 
Constructor Summary
BitSwitch(byte bit_sw)
           
 
Method Summary
 boolean isSwitchPrimary()
           
 boolean isSwitchSelf()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_SWITCH_PRIMARY

public static final byte STATUS_SWITCH_PRIMARY
See Also:
Constant Field Values

STATUS_SWITCH_SELF

public static final byte STATUS_SWITCH_SELF
See Also:
Constant Field Values
Constructor Detail

BitSwitch

public BitSwitch(byte bit_sw)
Method Detail

isSwitchPrimary

public boolean isSwitchPrimary()
Returns:
Returns (bit_sw & STATUS_SWITCH_PRIMARY) == STATUS_SWITCH_PRIMARY.

isSwitchSelf

public boolean isSwitchSelf()
Returns:
Returns (bit_sw & STATUS_SWITCH_SELF) == STATUS_SWITCH_SELF.

Authentication
API v8.1 SP2

Copyright © 1999 - 2011 EMC Corporation. All Rights Reserved.