public final class ProxyType extends Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
_PULL_ANY |
static int |
_PULL_SEQUENCE |
static int |
_PULL_STRUCTURED |
static int |
_PULL_TYPED |
static int |
_PUSH_ANY |
static int |
_PUSH_SEQUENCE |
static int |
_PUSH_STRUCTURED |
static int |
_PUSH_TYPED |
static ProxyType |
PULL_ANY |
static ProxyType |
PULL_SEQUENCE |
static ProxyType |
PULL_STRUCTURED |
static ProxyType |
PULL_TYPED |
static ProxyType |
PUSH_ANY |
static ProxyType |
PUSH_SEQUENCE |
static ProxyType |
PUSH_STRUCTURED |
static ProxyType |
PUSH_TYPED |
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyType(int i) |
public static final int _PUSH_ANY
public static final ProxyType PUSH_ANY
public static final int _PULL_ANY
public static final ProxyType PULL_ANY
public static final int _PUSH_STRUCTURED
public static final ProxyType PUSH_STRUCTURED
public static final int _PULL_STRUCTURED
public static final ProxyType PULL_STRUCTURED
public static final int _PUSH_SEQUENCE
public static final ProxyType PUSH_SEQUENCE
public static final int _PULL_SEQUENCE
public static final ProxyType PULL_SEQUENCE
public static final int _PUSH_TYPED
public static final ProxyType PUSH_TYPED
public static final int _PULL_TYPED
public static final ProxyType PULL_TYPED
Copyright © 2015 JacORB. All rights reserved.