oracle.jbo.common
Class SvcMsgVariable
java.lang.Object
oracle.jbo.common.SvcMsgVariable
- All Implemented Interfaces:
- java.io.Serializable
public final class SvcMsgVariable
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VARIABLE_UPDATE
public static final int VARIABLE_UPDATE
- See Also:
- Constant Field Values
VARIABLE_ADD
public static final int VARIABLE_ADD
- See Also:
- Constant Field Values
VARIABLE_REMOVE
public static final int VARIABLE_REMOVE
- See Also:
- Constant Field Values
VARIABLE_SET_VALUE
public static final int VARIABLE_SET_VALUE
- See Also:
- Constant Field Values
VARIABLE_CLEAR_ALL
public static final int VARIABLE_CLEAR_ALL
- See Also:
- Constant Field Values
SvcMsgVariable
public SvcMsgVariable()
SvcMsgVariable
public SvcMsgVariable(int oper,
int remoteId,
Variable var,
java.lang.String name,
java.lang.Object value)
getOperation
public int getOperation()
getVariable
public Variable getVariable()
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
Copyright © 1997, 2010, Oracle. All rights reserved.