Searched refs:RemoteException (Results 1 - 25 of 81) sorted by relevance

1234

/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEntityBean.java43 import java.rmi.RemoteException;
71 * @exception RemoteException This exception is defined in the method
80 RemoteException;
95 * @exception RemoteException This exception is defined in the method
103 public void unsetEntityContext() throws EJBException, RemoteException;
122 * @exception RemoteException This exception is defined in the method
131 RemoteException;
144 * @exception RemoteException This exception is defined in the method
152 public void ejbActivate() throws EJBException, RemoteException;
165 * @exception RemoteException Thi
[all...]
H A DSessionSynchronization.java43 import java.rmi.RemoteException;
73 * @exception RemoteException This exception is defined in the method
79 * must not throw the java.rmi.RemoteException.
83 public void afterBegin() throws EJBException, RemoteException;
99 * @exception RemoteException This exception is defined in the method
105 * must not throw the java.rmi.RemoteException.
109 public void beforeCompletion() throws EJBException, RemoteException;
124 * @exception RemoteException This exception is defined in the method
130 * must not throw the java.rmi.RemoteException.
135 RemoteException;
[all...]
H A DEJBObject.java43 import java.rmi.RemoteException;
73 * @exception RemoteException Thrown when the method failed due to a
76 public EJBHome getEJBHome() throws RemoteException;
82 * this method on a session bean will result in RemoteException.
86 * @exception RemoteException Thrown when the method failed due to a
89 public Object getPrimaryKey() throws RemoteException;
94 * @exception RemoteException Thrown when the method failed due to a
100 public void remove() throws RemoteException, RemoveException;
109 * @exception RemoteException Thrown when the method failed due to a
112 public Handle getHandle() throws RemoteException;
[all...]
H A DEJBHome.java43 import java.rmi.RemoteException;
67 * @exception RemoteException Thrown when the method failed due to a
70 void remove(Handle handle) throws RemoteException, RemoveException;
81 * @exception RemoteException Thrown when the method failed due to a
84 void remove(Object primaryKey) throws RemoteException, RemoveException;
96 * @exception RemoteException Thrown when the method failed due to a
99 EJBMetaData getEJBMetaData() throws RemoteException;
108 * @exception RemoteException Thrown when the method failed due to a
113 HomeHandle getHomeHandle() throws RemoteException;
H A DSessionBean.java43 import java.rmi.RemoteException;
69 * @exception RemoteException This exception is defined in the method
78 RemoteException;
91 * @exception RemoteException This exception is defined in the method
99 void ejbRemove() throws EJBException, RemoteException;
111 * @exception RemoteException This exception is defined in the method
119 void ejbActivate() throws EJBException, RemoteException;
135 * @exception RemoteException This exception is defined in the method
143 void ejbPassivate() throws EJBException, RemoteException;
H A DHandle.java43 import java.rmi.RemoteException;
58 * @exception RemoteException The EJB object could not be obtained
61 public EJBObject getEJBObject() throws RemoteException;
H A DHomeHandle.java43 import java.rmi.RemoteException;
58 * @exception RemoteException The home object could not be obtained
61 public EJBHome getEJBHome() throws RemoteException;
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/appserv/ejb/
H A DReadOnlyBeanNotifier.java43 import java.rmi.RemoteException;
64 throws RemoteException;
71 throws RemoteException;
/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/
H A DHelloHome.java44 import java.rmi.RemoteException;
49 HelloRemote create() throws CreateException, RemoteException;
H A DHelloRemote.java44 import java.rmi.RemoteException;
48 String hello() throws RemoteException;
/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/remote/
H A DRemoteException.java47 public abstract class RemoteException extends Exception { class in inherits:Exception
51 RemoteException(String msg) { method in class:RemoteException
55 RemoteException(String msg, String cause) { method in class:RemoteException
62 RemoteException(Throwable t) { method in class:RemoteException
H A DResponseManager.java48 void process() throws RemoteException;
H A DRemoteSuccessException.java47 public class RemoteSuccessException extends RemoteException {
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DGenericEJBHome.java44 import java.rmi.RemoteException;
50 public RemoteAsyncResult get(long asyncTaskID) throws RemoteException;
54 throws RemoteException, TimeoutException;
61 * @throws RemoteException
63 public RemoteAsyncResult cancel(long asyncTaskID) throws RemoteException;
69 * @throws RemoteException
71 public RemoteAsyncResult isDone(long asyncTaskID) throws RemoteException;
H A DReadOnlyEJBHome.java55 throws java.rmi.RemoteException;
58 throws java.rmi.RemoteException;
60 public void _refresh_All() throws java.rmi.RemoteException;
H A DReadOnlyEJBHomeImpl.java60 throws java.rmi.RemoteException
79 throws java.rmi.RemoteException
81 throw new java.rmi.RemoteException("Internal ERROR: "
86 throws java.rmi.RemoteException
91 public void _refresh_All() throws java.rmi.RemoteException
H A DInternalRemoteException.java43 public class InternalRemoteException extends java.rmi.RemoteException {
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DSerialContextProvider.java57 throws NamingException, RemoteException;
66 throws NamingException, RemoteException;
75 throws NamingException, RemoteException;
84 throws NamingException, RemoteException;
93 throws NamingException, RemoteException;
95 public Hashtable list() throws RemoteException;
103 public Hashtable list(String name) throws NamingException, RemoteException;
113 throws NamingException, RemoteException;
122 throws NamingException, RemoteException;
H A DSerialContextProviderImpl.java48 import java.rmi.RemoteException;
60 throws RemoteException {
73 throws NamingException, RemoteException {
82 RemoteException re = new RemoteException("", e);
96 throws NamingException, RemoteException {
109 throws NamingException, RemoteException {
122 throws NamingException, RemoteException {
135 throws NamingException, RemoteException {
140 public Hashtable list() throws RemoteException {
[all...]
/glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/
H A DManagementHome.java43 import java.rmi.RemoteException;
61 * @exception RemoteException A communication exception occurred during the execution of a remote method call
63 Management create() throws CreateException, RemoteException;
H A DManagement.java57 import java.rmi.RemoteException;
83 * @exception RemoteException A communication exception occurred during the execution of a remote method call
85 Set queryNames(ObjectName name, QueryExp query) throws RemoteException;
95 * @exception RemoteException A communication exception occurred during the execution of a remote method call
97 boolean isRegistered(ObjectName name) throws RemoteException;
102 * @exception RemoteException A communication exception occurred during the execution of a remote method call
104 Integer getMBeanCount() throws RemoteException;
118 * @exception RemoteException A communication exception occurred during the execution of a remote method call
120 MBeanInfo getMBeanInfo(ObjectName name) throws IntrospectionException, InstanceNotFoundException, ReflectionException, RemoteException;
136 * @exception RemoteException
[all...]
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DIIOPMBeanServer.java47 import java.rmi.RemoteException;
52 Set queryNames(ObjectName name, QueryExp query) throws RemoteException;
67 boolean isRegistered(ObjectName name) throws RemoteException;
74 Integer getMBeanCount() throws RemoteException;
88 MBeanInfo getMBeanInfo(ObjectName name) throws InstanceNotFoundException, IntrospectionException, ReflectionException, RemoteException;
110 AttributeNotFoundException, MBeanException, InstanceNotFoundException, ReflectionException, RemoteException;
131 throws InstanceNotFoundException, ReflectionException, RemoteException;
154 MBeanException, ReflectionException, RemoteException;
176 throws InstanceNotFoundException, ReflectionException, RemoteException;
199 String[] signature) throws InstanceNotFoundException, MBeanException, ReflectionException, RemoteException;
[all...]
/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DInvalidTransactionException.java48 public class InvalidTransactionException extends java.rmi.RemoteException
H A DTransactionRequiredException.java47 public class TransactionRequiredException extends java.rmi.RemoteException
H A DTransactionRolledbackException.java50 public class TransactionRolledbackException extends java.rmi.RemoteException

Completed in 2168 milliseconds

1234