Searched defs:writeObject (Results 1 - 23 of 23) sorted by relevance

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/portable/
H A DHandleImpl.java76 private void writeObject(ObjectOutputStream ostream) method in class:HandleImpl
H A DHomeHandleImpl.java75 private void writeObject(ObjectOutputStream ostream) method in class:HomeHandleImpl
H A DEJBMetaDataImpl.java154 private void writeObject(ObjectOutputStream out) method in class:EJBMetaDataImpl
168 out.writeObject(homeHandle);
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/jtsxa/
H A D_OTSResourceStub.java206 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException method in class:_OTSResourceStub
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/
H A D_CoordinatorResourceStub.java223 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException method in class:_CoordinatorResourceStub
H A D_JControlStub.java203 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException method in class:_JControlStub
H A D_JCoordinatorStub.java506 private void writeObject (java.io.ObjectOutputStream s) throws java.io.IOException method in class:_JCoordinatorStub
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DEJBRoleRefPermission.java219 * writeObject is used to establish the values of the serialized fields
226 private synchronized void writeObject(java.io.ObjectOutputStream s) method in class:EJBRoleRefPermission
H A DWebRoleRefPermission.java220 * writeObject is used to establish the values of the serialized fields
227 private synchronized void writeObject(java.io.ObjectOutputStream s) method in class:WebRoleRefPermission
H A DWebResourcePermission.java409 * writeObject is used to establish the values of the serialized fields
416 private synchronized void writeObject(java.io.ObjectOutputStream s) method in class:WebResourcePermission
H A DEJBMethodPermission.java481 * writeObject is used to establish the values of the serialized fields
488 private synchronized void writeObject(java.io.ObjectOutputStream s) method in class:EJBMethodPermission
H A DWebUserDataPermission.java536 * writeObject is used to establish the values of the serialized fields
543 private synchronized void writeObject(java.io.ObjectOutputStream s) method in class:WebUserDataPermission
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DRemoteBusinessWrapperBase.java105 private void writeObject(java.io.ObjectOutputStream oos) method in class:RemoteBusinessWrapperBase
109 oos.writeObject(businessInterface_);
110 oos.writeObject(stub_);
H A DBaseContainer.java5817 private void writeObject(java.io.ObjectOutputStream stream) method in class:SafeProperties
5820 stream.writeObject(defaults);
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/streams/
H A DJMXChunkedOutputStream.java73 writeObject(buffer, 0, bufCount);
112 writeObject(b, off, len);
132 private void writeObject(byte[] b, int off, int len) method in class:JMXChunkedOutputStream
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DModuleDescriptor.java282 private void writeObject(java.io.ObjectOutputStream out) method in class:ModuleDescriptor
286 out.writeObject(path);
287 out.writeObject(altDD);
288 out.writeObject(contextRoot);
289 out.writeObject(descriptor);
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/session/management/
H A DBaseHASession.java221 private void writeObject(ObjectOutputStream stream) throws IOException { method in class:BaseHASession
224 stream.writeObject(userName);
/glassfish-3.1.2/load-balancer/admin/src/main/java/org/glassfish/loadbalancer/admin/cli/beans/
H A DLoadbalancer.java293 private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { method in class:Loadbalancer
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DPartItem.java694 private void writeObject(ObjectOutputStream out) throws IOException { method in class:PartItem
/glassfish-3.1.2/persistence/cmp/ejb-mapping/src/main/java/com/sun/jdo/api/persistence/mapping/ejb/beans/
H A DSunCmpMappings.java283 private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException{ method in class:SunCmpMappings
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DStandardSession.java94 * make sure that you carry them over in the read/writeObject methods so
137 * encountered in <code>writeObject()</code>.
1864 * stream (in writeObject), and must be read back in HERE, i.e.,
1982 private void writeObject(ObjectOutputStream stream) throws IOException { method in class:StandardSession
1983 stream.writeObject(SERIALIZED_FORM_VERSION);
1984 stream.writeObject(Long.valueOf(creationTime));
1985 stream.writeObject(Long.valueOf(lastAccessedTime));
1986 stream.writeObject(Integer.valueOf(maxInactiveInterval));
1987 stream.writeObject(Boolean.valueOf(isNew));
1988 stream.writeObject(Boolea
[all...]
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/
H A Djdbc30.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/ConnectionEventListener.class ConnectionEventListener. ...
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/
H A Djdbc40.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/sql/ javax/sql/StatementEvent.class StatementEvent. ...

Completed in 116 milliseconds