Java源码示例:org.omg.CORBA.portable.Streamable

示例1
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例2
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例3
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例4
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例5
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例6
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例7
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例8
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例9
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例10
/**
 * takes a streamable and inserts its reference into the any
 *
 * @param s         the streamable to insert
 */
public void insert_Streamable(Streamable s)
{
    //debug.log ("insert_Streamable");
    typeCode = TypeCodeImpl.convertToNative(orb, s._type());
    object = s;
    isInitialized = true;
}
 
示例11
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例12
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例13
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例14
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例15
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例16
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例17
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例18
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例19
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例20
public Streamable extract_Streamable()
{
    //debug.log( "extract_Streamable" ) ;
    return (Streamable)object;
}
 
示例21
/**
 * Extracts a <code>Streamable</code> from this <code>Any</code> object's
 * <code>value</code> field.  This method allows the extraction of
 * non-primitive IDL types.
 *
 * @return the <code>Streamable</code> stored in the <code>Any</code> object.
 * @throws BAD_INV_ORDER if the caller has invoked operations in the wrong order
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public org.omg.CORBA.portable.Streamable extract_Streamable()
    throws org.omg.CORBA.BAD_INV_ORDER {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例22
/**
 * Inserts the given <code>Streamable</code> object
 * into this <code>Any</code> object's <code>value</code> field.
 * This method allows the insertion of non-primitive IDL types.
 *
 * @param s         the <code>Streamable</code> object to insert into this
 *                <code>Any</code> object; may be a non-primitive
 *                IDL type
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public void insert_Streamable(Streamable s) {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例23
/**
 * Extracts a <code>Streamable</code> from this <code>Any</code> object's
 * <code>value</code> field.  This method allows the extraction of
 * non-primitive IDL types.
 *
 * @return the <code>Streamable</code> stored in the <code>Any</code> object.
 * @throws BAD_INV_ORDER if the caller has invoked operations in the wrong order
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public org.omg.CORBA.portable.Streamable extract_Streamable()
    throws org.omg.CORBA.BAD_INV_ORDER {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例24
/**
 * Inserts the given <code>Streamable</code> object
 * into this <code>Any</code> object's <code>value</code> field.
 * This method allows the insertion of non-primitive IDL types.
 *
 * @param s         the <code>Streamable</code> object to insert into this
 *                <code>Any</code> object; may be a non-primitive
 *                IDL type
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public void insert_Streamable(Streamable s) {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例25
/**
 * Extracts a <code>Streamable</code> from this <code>Any</code> object's
 * <code>value</code> field.  This method allows the extraction of
 * non-primitive IDL types.
 *
 * @return the <code>Streamable</code> stored in the <code>Any</code> object.
 * @throws BAD_INV_ORDER if the caller has invoked operations in the wrong order
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public org.omg.CORBA.portable.Streamable extract_Streamable()
    throws org.omg.CORBA.BAD_INV_ORDER {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例26
/**
 * Inserts the given <code>Streamable</code> object
 * into this <code>Any</code> object's <code>value</code> field.
 * This method allows the insertion of non-primitive IDL types.
 *
 * @param s         the <code>Streamable</code> object to insert into this
 *                <code>Any</code> object; may be a non-primitive
 *                IDL type
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public void insert_Streamable(Streamable s) {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例27
/**
 * Extracts a <code>Streamable</code> from this <code>Any</code> object's
 * <code>value</code> field.  This method allows the extraction of
 * non-primitive IDL types.
 *
 * @return the <code>Streamable</code> stored in the <code>Any</code> object.
 * @throws BAD_INV_ORDER if the caller has invoked operations in the wrong order
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public org.omg.CORBA.portable.Streamable extract_Streamable()
    throws org.omg.CORBA.BAD_INV_ORDER {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例28
/**
 * Inserts the given <code>Streamable</code> object
 * into this <code>Any</code> object's <code>value</code> field.
 * This method allows the insertion of non-primitive IDL types.
 *
 * @param s         the <code>Streamable</code> object to insert into this
 *                <code>Any</code> object; may be a non-primitive
 *                IDL type
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public void insert_Streamable(Streamable s) {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例29
/**
 * Extracts a <code>Streamable</code> from this <code>Any</code> object's
 * <code>value</code> field.  This method allows the extraction of
 * non-primitive IDL types.
 *
 * @return the <code>Streamable</code> stored in the <code>Any</code> object.
 * @throws BAD_INV_ORDER if the caller has invoked operations in the wrong order
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public org.omg.CORBA.portable.Streamable extract_Streamable()
    throws org.omg.CORBA.BAD_INV_ORDER {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}
 
示例30
/**
 * Inserts the given <code>Streamable</code> object
 * into this <code>Any</code> object's <code>value</code> field.
 * This method allows the insertion of non-primitive IDL types.
 *
 * @param s         the <code>Streamable</code> object to insert into this
 *                <code>Any</code> object; may be a non-primitive
 *                IDL type
 * @see <a href="package-summary.html#unimpl"><code>CORBA</code> package
 *      comments for unimplemented features</a>
 */
public void insert_Streamable(Streamable s) {
    throw new org.omg.CORBA.NO_IMPLEMENT() ;
}