Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Viscent/javamtp
/ functions
Functions
527 in github.com/Viscent/javamtp
⨍
Functions
527
◇
Types & classes
162
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/AsyncRequestPersistence.java:101
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/TerminatableWorkerThread.java:57
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/AsyncTask.java:123
Method
call
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmAgent.java:66
Method
callWithGuard
(GuardedAction<V> guardedAction)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/ConditionVarBlocker.java:53
Method
close
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/CaseRunner.java:71
Method
close
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DbRecordSource.java:21
Method
close
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/DiskbasedRequestPersistence.java:157
Method
close
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/AsyncRequestPersistence.java:118
Method
combineResults
( Iterator<Future<Set<BigInteger>>> subResults)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java:124
Method
combineResults
(List<Future<File>> subTaskResults)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DataSyncTask.java:187
Method
contextDestroyed
(ServletContextEvent arg0)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryLeakPreventingServlet.java:44
Method
contextInitialized
(ServletContextEvent arg0)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryLeakPreventingServlet.java:50
Method
createSlaves
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java:114
Method
delayedAction
(String prompt, Runnable action, int delay/* seconds */)
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Tools.java:182
Method
disconnect
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/FTPClientUtil.java:161
Method
disconnect
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/FTPClientUtil.java:115
Method
disconnect
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/FakeFTPUploader.java:16
Method
disconnect
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmAgent.java:99
Method
dispatch
(Set<? extends SlaveSpec<T, V>> slaves, TaskDivideStrategy<T> taskDivideStrategy)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/RoundRobinSubTaskDispatchStrategy.java:35
Method
dispatch
对外(其子类)暴露的服务方法。 该类的子类需要定义一个比该方法命名更为具体的服务方法(如downloadLargeFile)。 该命名具体的服务方法(如downloadLargeFile)可直接调用该方法。 @param params 客户端代码传递的参数列表 @return
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/AsyncTask.java:116
Method
doCleanup
(Exception cause)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/WorkerThread.java:103
Method
doCleanup
(Exception exp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmSendingThread.java:114
Method
doGet
(HttpServletRequest req, HttpServletResponse resp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryLeakingServlet.java:37
Method
doGet
(HttpServletRequest req, HttpServletResponse resp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryPseudoLeakingServlet.java:39
Method
doGet
(HttpServletRequest req, HttpServletResponse resp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryLeakPreventingServlet.java:55
Method
doInBackground
(Object... params)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/SampleAsyncTask.java:48
Method
doPost
(HttpServletRequest req, HttpServletResponse resp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliveryServlet.java:31
Method
doProcess
(Range range)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ParallelPrimeGenerator.java:168
Method
doProcess
(T input)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/SimplePipeline.java:64
Method
doProcess
(final IN input)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/AbstractParallelPipe.java:80
Method
doProcess
(RecordSaveTask task)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DataSyncTask.java:115
Method
doProcess
(String input)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/ThreadPoolBasedPipeExample.java:42
Method
doProcess
(String arg, int i)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/SampleActiveObjectImpl.java:20
Method
doProcess
(Task task)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/ReusableCodeExample.java:58
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/WorkerThreadSlave.java:92
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/TPSStat.java:222
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/WorkerThreadPipeDecorator.java:59
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/DelegatingTerminatableThread.java:10
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/example/SomeService.java:33
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch5/tpt/example/SomeService.java:43
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/exmaple/AttachmentProcessor.java:45
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/exmaple/WorkStealingExample.java:80
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch7/pc/exmaple/WorkStealingExample.java:96
Method
doRun
执行任务的处理逻辑
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/TerminatableWorkerThread.java:74
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/WorkerThread.java:87
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/FakeWorkerThread.java:22
Method
doRun
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmSendingThread.java:49
Method
done
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/AsyncTask.java:134
Method
equals
(Object obj)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmInfo.java:63
Method
evaluate
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/example/NestedMonitorLockoutExample.java:68
Method
evaluate
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmAgent.java:37
Method
get
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/NonThreadSafeCounter.java:29
Method
getAttachment
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:85
Method
getContent
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/Attachment.java:32
Method
getContentType
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/Attachment.java:24
Method
getDeviceID
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCInfo.java:47
Method
getInstance
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCRouter.java:40
Method
getInterfaceName
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/SmsRequestFactory.java:81
Method
getInterfaceName
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/LocationRequestFactory.java:81
Method
getInterfaceName
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/testdatagen/ChargingRequestFactory.java:82
Method
getLock
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch4/gs/ConditionVarBlocker.java:46
Method
getMMSC
根据手机号码前缀获取对应的彩信中心信息 @param msisdnPrefix 手机号码前缀 @return 彩信中心信息
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCRouter.java:52
Method
getMaxAttachmentSizeInBytes
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCInfo.java:55
Method
getMessageType
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:61
Method
getRouteMap
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCRouter.java:75
Method
getSenderAddress
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:69
Method
getSubject
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:93
Method
getToList
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/Recipient.java:29
Method
getTransactionID
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch8/activeobject/example/MMSDeliverRequest.java:53
Method
getUnsafe
()
JavaConcurrencyPatternInAction/src/io/github/viscent/util/Tools.java:102
Method
getUrl
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/MMSCInfo.java:51
Method
getX
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/example/Location.java:25
Method
getY
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch3/immutableobject/example/Location.java:29
Method
handle
(ExecutionException e, Set<BigInteger> result)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/ExceptionHandlingExample.java:27
Method
handleError
(final PipeException exp)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/SimplePipeline.java:133
Method
hasMoreElements
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/example/TPSStat.java:169
Method
hasNext
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/CaseRunner.java:80
Method
hasNext
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DbRecordSource.java:31
Method
hashCode
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmInfo.java:51
Method
increment
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/ThreadSafeCounter.java:25
Method
increment
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch1/NonThreadSafeCounter.java:25
Method
init
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/AbstractMaster.java:42
Method
init
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch12/ms/WorkerThreadSlave.java:103
Method
init
(PipeContext pipeCtx)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/AbstractPipe.java:32
Method
init
(PipeContext pipeCtx)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/ThreadPoolPipeDecorator.java:47
Method
init
(PipeContext pipeCtx)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/WorkerThreadPipeDecorator.java:77
Method
init
(PipeContext pipeCtx)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch13/pipeline/example/DataSyncTask.java:160
Method
init
(String ftpServer, String userName, String password, String serverDir)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/FTPClientUtil.java:35
Method
init
(String ftpServer, String ftpUserName, String password, String serverDir)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch6/promise/example/FakeFTPUploader.java:21
Method
init
初始化该类对外暴露的服务。
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/AbstractSerializer.java:66
Method
init
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/MessageFileDownloader.java:42
Method
init
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch14/hsha/example/AlarmAgent.java:88
Method
initFTPClient
(String ftpServer, String userName, String password)
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch11/stc/example/FakeWorkerThread.java:15
Method
initialValue
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ManagedThreadLocalClient.java:24
Method
initialValue
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ThreadSpecificDateFormat.java:26
Method
initialValue
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/ThreadSpecificSecureRandom.java:31
Method
initialValue
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryLeakingServlet.java:31
Method
initialValue
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryPseudoLeakingServlet.java:32
Method
initialValue
()
JavaConcurrencyPatternInAction/src/io/github/viscent/mtpattern/ch10/tss/example/memoryleak/MemoryLeakPreventingServlet.java:38
← previous
next →
301–400 of 527, ranked by callers