- java.lang.Object
-
- org.omg.IOP.ServiceContextListHolder
-
- All Implemented Interfaces:
Streamable
public final class ServiceContextListHolder extends Object implements Streamable
An array of service contexts, forming a service context list.
-
-
Field Summary
Fields Modifier and Type Field Description ServiceContext[]
value
-
Constructor Summary
Constructors Constructor Description ServiceContextListHolder()
ServiceContextListHolder(ServiceContext[] initialValue)
-
-
-
Field Detail
-
value
public ServiceContext[] value
-
-
Constructor Detail
-
ServiceContextListHolder
public ServiceContextListHolder()
-
ServiceContextListHolder
public ServiceContextListHolder(ServiceContext[] initialValue)
-
-