代码搜索:Lifecycle
找到约 391 项符合「Lifecycle」的源代码
代码结果 391
www.eeworm.com/read/283915/4073461
java lifecycle01.java
/* ========================================================================= *
* *
* The Apache Software L
www.eeworm.com/read/436162/1851599
properties lifecycle-mbean.properties
LifeCycle: Startable object
start(): Starts the instance
stop(): Stops the instance
running: Instance is started or starting
started: Instance is started
starting: Instance is starting
stopping: Insta
www.eeworm.com/read/147807/5720189
java testlifecyclefactory.java
/*
* Copyright 2002,2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/147807/5720393
java lifecyclefactory.java
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/147807/5720486
java facescontextfactory.java
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/147807/5720553
java lifecyclefactoryimpl.java
/*
* Copyright 2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You m
www.eeworm.com/read/130122/5964001
java lifecyclewindowlistener.java
package com.croftsoft.core.gui;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import com.croftsoft.core.awt.image.ImageLib;
import com.croftso
www.eeworm.com/read/155175/5628604
java lifecyclewindowlistener.java
package com.croftsoft.core.gui;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import com.croftsoft.core.awt.image.ImageLib;
import com.croftso
www.eeworm.com/read/177595/9444579
txt 123.txt
Session Bean 的生命周期
EJB容器创建和管理session bean实例,有些时候,你可能需要定制session bean的管理过程。例如,你可能想在创建session bean实例的时候初始化字段变量,或在bean实例被销毁的时候关掉外部资源。上述这些,你都可能通过在bean 类中定义生命周期的回调方法来实现。这些方法将会被容器在生命周期的不同阶段调用(如:创建或销毁时)。通过使 ...