Searched defs:getInterfaceName (Results 1 - 15 of 15) sorted by relevance

/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/intf/
H A DExtendsRightInterface.java65 abstract protected String getInterfaceName(EjbDescriptor descriptor); method in class:ExtendsRightInterface
93 if(getInterfaceName(descriptor) == null || "".equals(getInterfaceName(descriptor))) {
134 return getInterfaceName(descriptor);
H A DInterfaceClassExist.java65 abstract protected String getInterfaceName(EjbDescriptor descriptor); method in class:InterfaceClassExist
89 if(getInterfaceName(descriptor) == null || "".equals(getInterfaceName(descriptor))){
128 return getInterfaceName(descriptor);
H A DInterfaceMethodTest.java69 abstract protected String getInterfaceName(EjbDescriptor descriptor); method in class:InterfaceMethodTest
109 if(getInterfaceName(descriptor) == null || "".equals(getInterfaceName(descriptor))){
178 return getInterfaceName(descriptor);
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/intf/localintf/
H A DEjbLocalInterfaceExtendsEJBLocalObject.java55 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:EjbLocalInterfaceExtendsEJBLocalObject
H A DLocalInterfaceClassExist.java54 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:LocalInterfaceClassExist
H A DLocalInterfaceMatchMethodArgs.java58 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:LocalInterfaceMatchMethodArgs
H A DLocalInterfaceMatchMethodException.java60 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:LocalInterfaceMatchMethodException
H A DLocalInterfaceMatchMethodReturn.java58 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:LocalInterfaceMatchMethodReturn
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/ejb/intf/remoteintf/
H A DEjbRemoteInterfaceExtendsEJBObject.java54 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:EjbRemoteInterfaceExtendsEJBObject
H A DRemoteInterfaceClassExist.java54 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:RemoteInterfaceClassExist
H A DRemoteInterfaceMatchMethodArgs.java58 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:RemoteInterfaceMatchMethodArgs
H A DRemoteInterfaceMatchMethodException.java60 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:RemoteInterfaceMatchMethodException
H A DRemoteInterfaceMatchMethodReturn.java58 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:RemoteInterfaceMatchMethodReturn
H A DRemoteInterfaceRmiIIOPException.java100 protected String getInterfaceName(EjbDescriptor descriptor) { method in class:RemoteInterfaceRmiIIOPException
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/core/
H A DDescriptorEndpointInfo.java103 public QName getInterfaceName() { method in class:DescriptorEndpointInfo

Completed in 1996 milliseconds