代码搜索:singleton
找到约 4,696 项符合「singleton」的源代码
代码结果 4,696
www.eeworm.com/read/124426/6047784
java jbpmservicelocator.java
package org.jbpm;
import org.jbpm.service.*;
/**
* provides access to the service-objects.
* This implementation will instantiate the service-objects lazy and cache them.
* When using the
www.eeworm.com/read/120251/6077391
h ogrepaginglandscapeindexbuffer.h
/***************************************************************************
OgrePagingLandScapeIndexBuffer.h - description
-------------------
begin : Fri Feb 28 2003
cop
www.eeworm.com/read/120251/6077401
h ogrepaginglandscaperenderablemanager.h
/***************************************************************************
OgrePagingLandScapeRenderableManager.h - description
-------------------
begin : Mon Jun 16 2003
www.eeworm.com/read/120251/6078667
h oasissingleton.h
/******************************************************************************
* This source file is part of Bad Camel Gaming
* Copyright (C) 2003 Zephie Greyvenstein
* See Readme.html for
www.eeworm.com/read/120251/6078843
h ogrecollisionmanager.h
#ifndef __OGRECOLLISIONMANAGER_H__
#define __OGRECOLLISIONMANAGER_H__
#include
#include "OgreCollider.h"
namespace Ogre {
class CollisionManager : public Singleton
www.eeworm.com/read/116971/6112153
java elvis.java
// Singleton with final field - page 10
public class Elvis {
public static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
// ... // Remainder omitted
www.eeworm.com/read/116971/6112155
java elvis.java
// Singleton with static factory
public class Elvis {
private static final Elvis INSTANCE = new Elvis();
private Elvis() {
// ...
}
public static Elvis getInstance()
www.eeworm.com/read/113186/6134168
properties testbeans.properties
rod.class=org.springframework.beans.TestBean
rod.name=Rod
rod.age=31
roderick.parent=rod
roderick.name=Roderick
kerry.class=org.springframework.beans.TestBean
kerry.name=Kerry
kerry.age=34
www.eeworm.com/read/113165/6139405
h ogrepaginglandscapeindexbuffer.h
/***************************************************************************
OgrePagingLandScapeIndexBuffer.h - description
-------------------
begin : Fri Feb 28 2003
cop
www.eeworm.com/read/113165/6139415
h ogrepaginglandscaperenderablemanager.h
/***************************************************************************
OgrePagingLandScapeRenderableManager.h - description
-------------------
begin : Mon Jun 16 2003