API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA.portable. IDLEntity View Javadoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

/*
 * @(#)IDLEntity.java	1.12 05/11/17
 *
 * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
 * SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 */

package org.omg.CORBA.portable;

/**
 * An interface with no members whose only purpose is to serve as a marker 
 * indicating  that an implementing class is a
 * Java value type from IDL that has a corresponding Helper class.
 * RMI IIOP serialization looks for such a marker to perform
 * marshalling/unmarshalling. 
 **/
public interface IDLEntity extends java.io.Serializable {

}

Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar