Java 类org.omg.CORBA.DynAnyPackage.InvalidSeq 实例源码

项目:javify    文件:DynValue.java   
/**
 * Set all members for the enclosed value type object.
 *
 * @param value an array of members to set.
 *
 * @throws InvalidSeq if the passed sequence is not valid.
 */
void set_members(NameValuePair[] value)
          throws InvalidSeq;
项目:javify    文件:DynStruct.java   
/**
 * Set all fields of this structure by name.
 *
 * @param members the array of the named values,
 * representing the structure fields.
 *
 * @throws InvalidSeq if the passed argument is invalid.
 */
void set_members(NameValuePair[] members)
          throws InvalidSeq;
项目:javify    文件:DynArray.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type of if the array size mismatch.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:javify    文件:DynSequence.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:jvm-stm    文件:DynValue.java   
/**
 * Set all members for the enclosed value type object.
 *
 * @param value an array of members to set.
 *
 * @throws InvalidSeq if the passed sequence is not valid.
 */
void set_members(NameValuePair[] value)
          throws InvalidSeq;
项目:jvm-stm    文件:DynStruct.java   
/**
 * Set all fields of this structure by name.
 *
 * @param members the array of the named values,
 * representing the structure fields.
 *
 * @throws InvalidSeq if the passed argument is invalid.
 */
void set_members(NameValuePair[] members)
          throws InvalidSeq;
项目:jvm-stm    文件:DynArray.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type of if the array size mismatch.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:jvm-stm    文件:DynSequence.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:JamVM-PH    文件:DynValue.java   
/**
 * Set all members for the enclosed value type object.
 *
 * @param value an array of members to set.
 *
 * @throws InvalidSeq if the passed sequence is not valid.
 */
void set_members(NameValuePair[] value)
          throws InvalidSeq;
项目:JamVM-PH    文件:DynStruct.java   
/**
 * Set all fields of this structure by name.
 *
 * @param members the array of the named values,
 * representing the structure fields.
 *
 * @throws InvalidSeq if the passed argument is invalid.
 */
void set_members(NameValuePair[] members)
          throws InvalidSeq;
项目:JamVM-PH    文件:DynArray.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type of if the array size mismatch.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:JamVM-PH    文件:DynSequence.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:classpath    文件:DynValue.java   
/**
 * Set all members for the enclosed value type object.
 *
 * @param value an array of members to set.
 *
 * @throws InvalidSeq if the passed sequence is not valid.
 */
void set_members(NameValuePair[] value)
          throws InvalidSeq;
项目:classpath    文件:DynStruct.java   
/**
 * Set all fields of this structure by name.
 *
 * @param members the array of the named values,
 * representing the structure fields.
 *
 * @throws InvalidSeq if the passed argument is invalid.
 */
void set_members(NameValuePair[] members)
          throws InvalidSeq;
项目:classpath    文件:DynArray.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type of if the array size mismatch.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;
项目:classpath    文件:DynSequence.java   
/**
 * Set the elements from of the enclosed array of Anys.
 *
 * @throws InvalidSeq if the passed array contains the
 * elements of the different type.
 */
void set_elements(Any[] an_array)
           throws InvalidSeq;