OpenSplice Java FACE API
v6.x
OpenSplice Future Airborne Capability Environment (FACE) Java API
NO_IMPLEMENT.java
Go to the documentation of this file.
1
// Product produced under DoD SENSIAC contract HC104705D4000 under
2
// the sponsorship of the Defense Technical Information Center,
3
// ATTN: DTIC-AI, 8723 John J. Kingman Rd., Ste 0944, Fort Belvoir, VA
4
// 22060-6218. SENSIAC is a DoD Information Analysis Center Sponsored
5
// by the Defense Technical Information Center.
6
//
7
// HANDLING AND DESTRUCTION NOTICE - Comply with distribution statement
8
// and destroy by any method that will prevent disclosure of
9
// contents or reconstruction of the document.
10
11
package
us.opengroup.FACE;
12
13
public
class
NO_IMPLEMENT
extends
us
.opengroup.
FACE
.
SystemException
{
14
15
public
NO_IMPLEMENT
() {
16
super(null, 0,
CompletionStatus
.
COMPLETED_MAYBE
);
17
}
18
19
public
NO_IMPLEMENT
(
int
minor
,
CompletionStatus
completed
) {
20
super(null, minor, completed);
21
}
22
23
public
NO_IMPLEMENT
(String reason) {
24
super(reason, 0,
CompletionStatus
.
COMPLETED_MAYBE
);
25
}
26
27
public
NO_IMPLEMENT
(String reason,
int
minor
,
CompletionStatus
completed
) {
28
super(reason, minor, completed);
29
}
30
31
}
us.opengroup.FACE.NO_IMPLEMENT
Definition:
NO_IMPLEMENT.java:13
us.opengroup.FACE.CompletionStatus
Definition:
CompletionStatus.java:13
us
us.opengroup.FACE.NO_IMPLEMENT.NO_IMPLEMENT
NO_IMPLEMENT(String reason)
Definition:
NO_IMPLEMENT.java:23
us.opengroup.FACE.NO_IMPLEMENT.NO_IMPLEMENT
NO_IMPLEMENT(int minor, CompletionStatus completed)
Definition:
NO_IMPLEMENT.java:19
us.opengroup.FACE.SystemException.completed
CompletionStatus completed
Definition:
SystemException.java:16
us.opengroup.FACE.CompletionStatus.COMPLETED_MAYBE
static final CompletionStatus COMPLETED_MAYBE
Definition:
CompletionStatus.java:24
us.opengroup.FACE.SystemException
Definition:
SystemException.java:13
us.opengroup.FACE.SystemException.minor
int minor
Definition:
SystemException.java:15
FACE
This is a typed class which will be generated by idlpp.
Definition:
TS.java:25
us.opengroup.FACE.NO_IMPLEMENT.NO_IMPLEMENT
NO_IMPLEMENT(String reason, int minor, CompletionStatus completed)
Definition:
NO_IMPLEMENT.java:27
us.opengroup.FACE.NO_IMPLEMENT.NO_IMPLEMENT
NO_IMPLEMENT()
Definition:
NO_IMPLEMENT.java:15
face
java
code
us
opengroup
FACE
NO_IMPLEMENT.java
Generated by
1.8.13