/glassfish-3.1.2/admin/util/src/main/java/com/sun/enterprise/admin/util/proxy/ |
H A D | ProxyFactory.java | 54 public static Object createProxy(Class intfc, Object handler, argument 60 if (!isImplementing(intfc, handler)) { 61 throw new IllegalArgumentException("Handler object " + handler 65 handler.getClass().getClassLoader(), 67 new ProxyClass(handler, interceptor));
|
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/logger/ |
H A D | FileLoggerHandlerFactory.java | 69 FileLoggerHandler handler = map.get(logFile); 70 if (handler == null) { 71 handler = new FileLoggerHandler(logFile); 73 handler.setFormatter(logFormatter); 75 map.put(logFile, handler); 78 return handler;
|
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/ |
H A D | SOAPMessageContext.java | 48 extends javax.xml.ws.handler.soap.SOAPMessageContext {
|
H A D | AdapterInvocationInfo.java | 68 * This has the JAXRPC handler stored for alter use 69 * @param handler 71 private Handler handler; field in class:AdapterInvocationInfo 82 this.handler = h; 94 return handler;
|
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/ |
H A D | ProbeClientAnnotationHandlerManager.java | 60 public void addClientAnnotationHandler(ProbeClientAnnotationHandler handler) { argument 61 handlers.add(handler);
|
H A D | ComputedParamsHandlerManager.java | 64 public synchronized void addComputedParamHandler(ComputedParamHandler handler) { argument 65 handlers.add(handler);
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ |
H A D | WebServiceHandlerChainNode.java | 104 WebServiceHandlerChain handler) { 105 Node wshNode = super.writeDescriptor(parent, nodeName, handler); 107 if(handler.getServiceNamePattern() != null) { 110 handler.getServiceNamePattern()); 112 if(handler.getPortNamePattern() != null) { 115 handler.getPortNamePattern()); 117 if(handler.getProtocolBindings() != null) { 120 handler.getProtocolBindings()); 123 handlerNode.writeWebServiceHandlers(wshNode, handler.getHandlers()); 128 // If there are HanderChains, add the <handler 103 writeDescriptor(Node parent, String nodeName, WebServiceHandlerChain handler) argument [all...] |
H A D | WebServiceHandlerNode.java | 102 WebServiceHandler handler = (WebServiceHandler) getDescriptor(); 108 handler.addInitParam(initParam); 115 // must be the description element of the handler itself. 125 new Object[] {prefix , handler.getHandlerName()}); 128 handler.addSoapHeader(soapHeader); 144 WebServiceHandler handler) { 145 Node wshNode = super.writeDescriptor(parent, nodeName, handler); 147 writeDisplayableComponentInfo(wshNode, handler); 150 handler.getHandlerName()); 154 handler 143 writeDescriptor(Node parent, String nodeName, WebServiceHandler handler) argument [all...] |
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/config/ |
H A D | AuthConfigProvider.java | 124 * @param handler A CallbackHandler to be passed to the ClientAuthModules 127 * in which case the implementation may assign a default handler 149 (String layer, String appContext, CallbackHandler handler) 167 * @param handler A CallbackHandler to be passed to the ServerAuthModules 170 * in which case the implementation may assign a default handler 192 (String layer, String appContext, CallbackHandler handler) 148 getClientAuthConfig(String layer, String appContext, CallbackHandler handler) argument 191 getServerAuthConfig(String layer, String appContext, CallbackHandler handler) argument
|
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/ |
H A D | PolicyContext.java | 69 * Handler registration is scoped to the class, such that the same handler 75 * handler and obtain the corresponding context object. 84 * identifier and handler data values. 116 /** This static instance variable contains the handler parameter data 174 * thread-scoped handler data object with the PolicyContext. 175 * The handler data object will be made available to handlers, 176 * where it can serve to supply or bind the handler to invocation 180 * with the calling thread and passed to any handler activated by a 202 * <code>PolicyContext</code> handler. A handler ma 236 registerHandler(String key, PolicyContextHandler handler, boolean replace) argument [all...] |
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/comm/ |
H A D | MessageExchangeTransportFactory.java | 75 MessageExchangeTransport handler; 78 handler = 83 handler = 88 handler = null; 92 logger.log(Level.FINE, "Handler = " + handler); 95 return handler;
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jmac/callback/ |
H A D | ContainerCallbackHandler.java | 70 private CallbackHandler handler = null; field in class:ContainerCallbackHandler 75 handler = new ClientContainerCallbackHandler(); 77 handler = new ServerContainerCallbackHandler(); 83 handler.handle(callbacks); 87 ((CallbackHandlerConfig)handler).setHandlerContext(handlerContext); 98 ((BaseContainerCallbackHandler) handler).setHandlerContext(handlerContext);
|
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/datastructure/ |
H A D | DataStructureFactory.java | 63 ResourceHandler handler, String strategyClass) throws PoolingException { 68 ds = new ListDataStructure(parameters, maxPoolSize, handler, strategyClass); 70 ds = new RWLockDataStructure(parameters, maxPoolSize, handler, strategyClass); 72 ds = initializeCustomDataStructureInPrivilegedMode(className, parameters, maxPoolSize, handler, strategyClass); 76 ds = new RWLockDataStructure(parameters, maxPoolSize, handler, strategyClass); 84 final ResourceHandler handler, 92 result = initializeDataStructure(className, parameters, maxPoolSize, handler, strategyClass); 108 ResourceHandler handler, String strategyClass) throws Exception { 110 Object[] constructorParameters = new Object[]{parameters, maxPoolSize, handler, strategyClass}; 62 getDataStructure(String className, String parameters, int maxPoolSize, ResourceHandler handler, String strategyClass) argument 81 initializeCustomDataStructureInPrivilegedMode(final String className, final String parameters, final int maxPoolSize, final ResourceHandler handler, final String strategyClass) argument 107 initializeDataStructure(String className, String parameters, int maxPoolSize, ResourceHandler handler, String strategyClass) argument
|
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/work/ |
H A D | SecurityContext.java | 124 * The handler argument must not be null, and the argument handler and the 151 * container. When the argument Principal is null, the handler will 159 * argument, the handler will establish the container's representation of no 160 * group principals within the Subject. Otherwise, the handler's processing 183 * handler passed to them . 209 * @param handler 227 public abstract void setupSecurityContext(CallbackHandler handler, argument
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/spi/distributed/ |
H A D | DistributedReadOnlyBeanService.java | 73 * @param handler The handler that is responsible for 78 ReadOnlyBeanRefreshEventHandler handler); 76 addReadOnlyBeanRefreshEventHandler( long ejbID, ClassLoader loader, ReadOnlyBeanRefreshEventHandler handler) argument
|
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/ |
H A D | DistributionArtifactHandler.java | 43 import org.apache.maven.artifact.handler.ArtifactHandler; 47 * I can't convince Maven to load the artifact handler definition from components.xml.
|
/glassfish-3.1.2/common/annotation-framework/src/main/java/org/glassfish/apf/impl/ |
H A D | ProcessingContextImpl.java | 78 public void pushHandler(AnnotatedElementHandler handler) { argument 79 if (handler instanceof AnnotationContext) { 80 ((AnnotationContext) handler).setProcessingContext(this); 82 handlers.push(handler); 108 if (AnnotationUtils.shouldLog("handler")) { 109 AnnotationUtils.getLogger().finer("Top handler is " + handlers.peek()); 124 * Sets the error handler for this processing context. 131 * @return the error handler for this processing context.
|
/glassfish-3.1.2/extras/upgrade/upgrade-jar/src/main/java/com/sun/enterprise/tools/upgrade/logging/ |
H A D | LogService.java | 66 // Need a handler so we can use our formatter 91 Handler handler = null; 94 handler = new FileHandler(LOG_FILE_PATTERN, false); 101 handler = new StreamHandler(System.err, new UpgradeFormatter()); 103 return handler;
|
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/util/ |
H A D | StAXSource.java | 123 if( "http://xml.org/sax/properties/lexical-handler".equals(name) ) { 130 if( "http://xml.org/sax/properties/lexical-handler".equals(name) ) { 149 public void setDTDHandler(DTDHandler handler) { 150 this.dtdHandler = handler; 156 public void setContentHandler(ContentHandler handler) { 157 repeater.setContentHandler(handler); 164 public void setErrorHandler(ErrorHandler handler) { 165 this.errorHandler = handler; 196 // if the consumer sets an error handler, it is our responsibility 201 // this is a fatal error. Even if the error handler [all...] |
/glassfish-3.1.2/web/admin/src/main/java/org/glassfish/web/admin/cli/ |
H A D | DeleteProtocolFilter.java | 113 ProtocolChainInstanceHandler handler = getHandler(protocol); 114 ProtocolChain chain = getChain(handler); 134 cleanHandler(handler); 148 private ProtocolChain getChain(ProtocolChainInstanceHandler handler) throws TransactionFailure { argument 149 ProtocolChain chain = handler.getProtocolChain(); 152 "protocol-chain", handler.getParent(Protocol.class).getName())); 172 ProtocolChainInstanceHandler handler = protocol.getProtocolChainInstanceHandler(); 173 if (handler == null) { 175 "protocol-chain-instance-handler", protocol.getName())); 178 return handler; 181 cleanHandler(ProtocolChainInstanceHandler handler) argument [all...] |
/glassfish-3.1.2/admingui/common/src/main/java/org/glassfish/admingui/common/gadget/ |
H A D | GadgetHandlers.java | 47 import com.sun.jsftemplating.layout.descriptors.handler.HandlerContext; 48 import com.sun.jsftemplating.layout.descriptors.handler.HandlerDefinition; 49 import com.sun.jsftemplating.layout.descriptors.handler.OutputTypeManager; 85 * <p> This handler returns a {@link GadgetModule} for the named 138 * <p> This handler will invoke another handler. This allows a generic 139 * handler to invoke another one and return the response(s), if 143 * <ul><li><b>handler</b> - (required) This input specifies the 144 * handler which should be invoked.</li> 146 * arguments to be passed to the handler (bot [all...] |
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/ |
H A D | ACCLogger.java | 70 * essentially replaced with a single handler to send output to the user-specified 140 * Creates a logging handler to send logging to the specified file, using 147 Handler handler = null; 152 handler = new FileHandler(filePath, true /* append */); 153 handler.setFormatter(new SimpleFormatter()); 154 handler.setLevel(level); 157 return handler; 162 final Handler handler) { 169 if (handler != null) { 170 logger.addHandler(handler); 160 reviseLogger(final Logger logger, final Level level, final Handler handler) argument [all...] |
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/ |
H A D | LogManager.java | 57 * Adds a new handler to the root logger 59 * @param handler handler to be iadded. 61 void addHandler(Handler handler); argument
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/ |
H A D | WebServiceHandlerChain.java | 48 * Represents a single handler-chains in a webservice in webservices.xml 109 *@return true if this endpoint has at least one handler in its 110 * handler chain. 117 * Append handler to end of handler chain for this endpoint. 119 public void addHandler(WebServiceHandler handler) { argument 120 handlers.addLast(handler); 124 public void removeHandler(WebServiceHandler handler) { argument 125 handlers.remove(handler);
|
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/ |
H A D | InvocationHandlerUtil.java | 55 public static Object invokeJavaObjectMethod(InvocationHandler handler, argument 74 result = handler.equals(other); 79 returnValue = handler.hashCode(); 82 returnValue = handler.toString();
|